mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-climaemet: Update to 1.2.0.
* gnu/packages/cran.scm (r-climaemet): Update to 1.2.0.
This commit is contained in:
parent
34d08dc157
commit
4e2c4c5d4d
1 changed files with 2 additions and 2 deletions
|
@ -1714,13 +1714,13 @@ (define-public r-carrier
|
|||
(define-public r-climaemet
|
||||
(package
|
||||
(name "r-climaemet")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "climaemet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17g55shqsgpv9vpm41r5lc7ihqhfqj0phbsgv9ghpql9z1nxjy19"))))
|
||||
"1276pxs3w610v6m8j5h206xxgwvm2wwma73jpvn7s3rcxycs32m5"))))
|
||||
(properties `((upstream-name . "climaemet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue