gnu: r-extremes: Update to 2.0-12.

* gnu/packages/cran.scm (r-extremes): Update to 2.0-12.
This commit is contained in:
Ricardo Wurmus 2020-05-12 16:52:39 +02:00
parent 52041fb70f
commit 5882b4eb4b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2412,14 +2412,14 @@ SpatialVx.")
(define-public r-extremes
(package
(name "r-extremes")
(version "2.0-11")
(version "2.0-12")
(source
(origin
(method url-fetch)
(uri (cran-uri "extRemes" version))
(sha256
(base32
"0hmgynxhzswqnhwb2sxrkczgam8c17s3vpxqc5bcz0bwczpxxyvm"))))
"0wldzvj1h93jksq31dw9zgnr1wrqwmfr9qwmg7qk7nznsn2yy1h2"))))
(properties `((upstream-name . "extRemes")))
(build-system r-build-system)
(propagated-inputs