me
/
guix
Archived
1
0
Fork 0

gnu: r-extremes: Update to 2.1.

* gnu/packages/cran.scm (r-extremes): Update to 2.1.
master
Ricardo Wurmus 2020-12-09 21:56:39 +01:00
parent 07cb317173
commit 882d699ff2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2985,14 +2985,14 @@ which should be seen for details.")
(define-public r-extremes
(package
(name "r-extremes")
(version "2.0-12")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "extRemes" version))
(sha256
(base32
"0wldzvj1h93jksq31dw9zgnr1wrqwmfr9qwmg7qk7nznsn2yy1h2"))))
"1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
(properties `((upstream-name . "extRemes")))
(build-system r-build-system)
(propagated-inputs