3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-extradistr: Update to 1.8.11.

* gnu/packages/cran.scm (r-extradistr): Update to 1.8.11.
This commit is contained in:
Ricardo Wurmus 2019-06-17 04:52:57 +02:00
parent bb6c8f207b
commit e0cd8f7340
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4107,14 +4107,14 @@ Cryer and Kung-Sik Chan.")
(define-public r-extradistr
(package
(name "r-extradistr")
(version "1.8.10")
(version "1.8.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "extraDistr" version))
(sha256
(base32
"00lvqp5bb3iak5myiz4rqm887bkq9sdh7aybmz84mmfni6q01m28"))))
"1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
(properties `((upstream-name . "extraDistr")))
(build-system r-build-system)
(propagated-inputs