gnu: r-extradistr: Update to 1.10.0.2.

* gnu/packages/cran.scm (r-extradistr): Update to 1.10.0.2.
[propagated-inputs]: Add r-rcpparmadillo.

Change-Id: I764745d71a08ba8ad54c47482062f2e7714dcec4
This commit is contained in:
Ricardo Wurmus 2026-01-19 12:31:50 +01:00 committed by Andreas Enge
parent 6d28170c77
commit 0aff377885
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -22581,18 +22581,18 @@ Cryer and Kung-Sik Chan.")
(define-public r-extradistr
(package
(name "r-extradistr")
(version "1.10.0.1")
(version "1.10.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "extraDistr" version))
(sha256
(base32
"0x10hc83i7602rhi8r1mq1pk10dq7sh72wlp89w7vm7mnpfylpxm"))))
"06m70s2zbyrl8gkxpfrlcqzkdasl8kn4m022hwkj6hdg330hlad0"))))
(properties `((upstream-name . "extraDistr")))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))
(list r-rcpp r-rcpparmadillo))
(native-inputs (list r-testthat))
(home-page "https://github.com/twolodzko/extraDistr")
(synopsis "Additional univariate and multivariate distributions")