me
/
guix
Archived
1
0
Fork 0

gnu: r-climaemet: Update to 1.1.1.

* gnu/packages/cran.scm (r-climaemet): Update to 1.1.1.
master
Ricardo Wurmus 2023-05-31 12:15:12 +02:00
parent 1a5f906e44
commit 72e06ca299
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1546,13 +1546,13 @@ size and can be easily tested locally before being sent to a remote.")
(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