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

commit 796f385bad7f5fa1f14a3ccf05be3fdf826cb1d6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:11 2026 +0100

    gnu: r-fmesher: Update to 0.6.1.
    
    * gnu/packages/cran.scm (r-fmesher): Update to 0.6.1.
    
    Change-Id: I2f36b03aa3c000e7732b9ffb4887a27a810c6901
---
 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 0eba5c0317..a1167871e5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31368,13 +31368,13 @@ for evolution along a phylogenetic tree.")
 (define-public r-fmesher
   (package
     (name "r-fmesher")
-    (version "0.5.0")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fmesher" version))
        (sha256
-        (base32 "1rzbcykby1q6hj54asjwxk5353jl4ln1lpd1vygpm06dj48wn6vw"))))
+        (base32 "1qx3k1i132nkchi2h9j0plfy7z35xw6r98x6gbwjc26kvpq7y8wn"))))
     (properties
      '((upstream-name . "fmesher")
        ;; Don't have it, don't need it.

Reply via email to