gnu: r-stanheaders: Update to 2.32.5.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.5. Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
This commit is contained in:
parent
51a6d1dd2f
commit
a08a55e6ac
1 changed files with 2 additions and 2 deletions
|
@ -31434,14 +31434,14 @@ perform @dfn{exploratory mediation} (XMed).")
|
||||||
(define-public r-stanheaders
|
(define-public r-stanheaders
|
||||||
(package
|
(package
|
||||||
(name "r-stanheaders")
|
(name "r-stanheaders")
|
||||||
(version "2.26.28")
|
(version "2.32.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "StanHeaders" version))
|
(uri (cran-uri "StanHeaders" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s1xgvn5c1vjikm1dx9g0qm2k8m24clylgp7zssmfhx6sfb8v2lk"))))
|
"0wqps6xy2xypxsg3p3grdiw67a0xla3vh9x9hcf2ln03yhgkn4jl"))))
|
||||||
(properties `((upstream-name . "StanHeaders")))
|
(properties `((upstream-name . "StanHeaders")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list pandoc))
|
(inputs (list pandoc))
|
||||||
|
|
Reference in a new issue