diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:11 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:04 +0100 |
| commit | 1f471ab3cd1ebaaaad6891f5455326d28572dff8 (patch) | |
| tree | 7755ec216a29c134d5e359a7e1ee3cf4afd8996d /gnu | |
| parent | 72c7990c1a036070903ec56de7d753ab57a932dd (diff) | |
gnu: r-fmesher: Update to 0.6.1.
* gnu/packages/cran.scm (r-fmesher): Update to 0.6.1.
Change-Id: I2f36b03aa3c000e7732b9ffb4887a27a810c6901
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2a62d7815d..0b5592a527 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -31370,13 +31370,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. |
