mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: r-earth: Update to 5.3.5.
* gnu/packages/cran.scm (r-earth): Update to 5.3.5. Change-Id: Iad667e1c71dcec160cc22419b808273df028329f
This commit is contained in:
parent
d1049ab66a
commit
6737480dfc
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue