gnu: r-extremes: Update to 2.1.

* gnu/packages/cran.scm (r-extremes): Update to 2.1.
This commit is contained in:
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

View file

@ -2985,14 +2985,14 @@ (define-public r-etrunct
(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