diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:41:52 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:13 +0100 |
| commit | b27b3d68b673dc2218ce7ed4e09711b2298487dd (patch) | |
| tree | e231db573376d0132454c8b3d2af590b172ed47f /gnu | |
| parent | e4933e3d537ca541e326c59533f6cdd39037db95 (diff) | |
gnu: r-earth: Update to 5.3.5.
* gnu/packages/cran.scm (r-earth): Update to 5.3.5.
Change-Id: Iad667e1c71dcec160cc22419b808273df028329f
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 ee8a83f0ca..09f81324a1 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3684,13 +3684,13 @@ series. These are used for identifying nearby critical transitions.") (define-public r-earth (package (name "r-earth") - (version "5.3.4") + (version "5.3.5") (source (origin (method url-fetch) (uri (cran-uri "earth" version)) (sha256 - (base32 "1g6ywsmdp7qlp0rql6f07j9hih45w9jm7b90sgkjpylqan94zy9s")))) + (base32 "0xsbd713qrwpibdb9710pvrwib0v7w3h1kk8sm8aqqi7jlz08l88")))) (properties `((upstream-name . "earth"))) (build-system r-build-system) (propagated-inputs (list r-formula r-plotmo)) |
