mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-climaemet: Update to 1.2.1.
* gnu/packages/cran.scm (r-climaemet): Update to 1.2.1. Change-Id: I07e1e1c6478e44245b5c981c2446a592b00a0bdf
This commit is contained in:
parent
a26d6b85d7
commit
9ea445157a
1 changed files with 2 additions and 2 deletions
|
@ -2048,13 +2048,13 @@ (define-public r-carrier
|
|||
(define-public r-climaemet
|
||||
(package
|
||||
(name "r-climaemet")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "climaemet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1276pxs3w610v6m8j5h206xxgwvm2wwma73jpvn7s3rcxycs32m5"))))
|
||||
"1h3j8w6m568swa6qkfg107wvfdfg816p92y8ayss6acrrmrvax89"))))
|
||||
(properties `((upstream-name . "climaemet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue