mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-climaemet: Update to 1.1.1.
* gnu/packages/cran.scm (r-climaemet): Update to 1.1.1.
This commit is contained in:
parent
1a5f906e44
commit
72e06ca299
1 changed files with 2 additions and 2 deletions
|
@ -1546,13 +1546,13 @@ (define-public r-carrier
|
|||
(define-public r-climaemet
|
||||
(package
|
||||
(name "r-climaemet")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "climaemet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17wi11f0xw1sz70sdl40rvxkb1crlyb4pz656v6v5kan5zxrf7lf"))))
|
||||
"17g55shqsgpv9vpm41r5lc7ihqhfqj0phbsgv9ghpql9z1nxjy19"))))
|
||||
(properties `((upstream-name . "climaemet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue