guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 7bd7b744b1b3f90fee1268446fba2715b7254bc6
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:41:52 2026 +0100
gnu: r-earth: Update to 5.3.5.
* gnu/packages/cran.scm (r-earth): Update to 5.3.5.
Change-Id: Iad667e1c71dcec160cc22419b808273df028329f
---
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 78e3bb90a9..ff0a781d8f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3682,13 +3682,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))