me
/
guix
Archived
1
0
Fork 0

gnu: r-climaemet: Update to 1.2.1.

* gnu/packages/cran.scm (r-climaemet): Update to 1.2.1.

Change-Id: I07e1e1c6478e44245b5c981c2446a592b00a0bdf
master
Ricardo Wurmus 2024-02-01 22:13:01 +01:00
parent a26d6b85d7
commit 9ea445157a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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