gnu: r-stanheaders: Update to 2.21.0-6.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-6.master
parent
69939ce955
commit
4be3979e99
|
@ -20602,14 +20602,14 @@ perform @dfn{exploratory mediation} (XMed).")
|
||||||
(define-public r-stanheaders
|
(define-public r-stanheaders
|
||||||
(package
|
(package
|
||||||
(name "r-stanheaders")
|
(name "r-stanheaders")
|
||||||
(version "2.21.0-5")
|
(version "2.21.0-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "StanHeaders" version))
|
(uri (cran-uri "StanHeaders" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
|
"1wwcrss4y6xbi81cg6ldhm57wz5paflzzp3yxh8b6shf9l2jla50"))))
|
||||||
(properties `((upstream-name . "StanHeaders")))
|
(properties `((upstream-name . "StanHeaders")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs `(("pandoc" ,pandoc)))
|
(inputs `(("pandoc" ,pandoc)))
|
||||||
|
|
Reference in New Issue