guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 50a3a0315c69146a72018f029f5cd4c6521fd66c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:30 2026 +0100

    gnu: r-fmesher: Update to 0.7.0.
    
    * gnu/packages/cran.scm (r-fmesher): Update to 0.7.0.
    
    Change-Id: Ic8ee458af3825ae021e1201229cbce54975d11a9
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 05122f01cf..ecd2566965 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32807,13 +32807,13 @@ for evolution along a phylogenetic tree.")
 (define-public r-fmesher
   (package
     (name "r-fmesher")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fmesher" version))
        (sha256
-        (base32 "1qx3k1i132nkchi2h9j0plfy7z35xw6r98x6gbwjc26kvpq7y8wn"))))
+        (base32 "11d1z0py21dw8b9w4rcbwzp5q0ghryq3qq9srknkb8njqmllw73a"))))
     (properties
      '((upstream-name . "fmesher")
        ;; Don't have it, don't need it.

Reply via email to