gnu: r-extradistr: Update to 1.10.0.

* gnu/packages/cran.scm (r-extradistr): Update to 1.10.0.

Change-Id: Ifcec7fabd3c28c2ba4a18517a6432fadee333434
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:50 +01:00
parent a420b09fbb
commit ad1b00d5d3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10930,14 +10930,14 @@ (define-public r-tsa
(define-public r-extradistr
(package
(name "r-extradistr")
(version "1.9.1")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "extraDistr" version))
(sha256
(base32
"1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
"1ad3xp4axbbid9i9vd4q8iccs3g3917yic2mas37mfwm5in4l9pl"))))
(properties `((upstream-name . "extraDistr")))
(build-system r-build-system)
(propagated-inputs