me
/
guix
Archived
1
0
Fork 0

gnu: r-stanheaders: Update to 2.21.0-6.

* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-6.
master
Ricardo Wurmus 2020-08-20 19:24:32 +02:00
parent 69939ce955
commit 4be3979e99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20602,14 +20602,14 @@ perform @dfn{exploratory mediation} (XMed).")
(define-public r-stanheaders
(package
(name "r-stanheaders")
(version "2.21.0-5")
(version "2.21.0-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "StanHeaders" version))
(sha256
(base32
"1zyph2x47x9a5baj5d79a1lzj7gajirisajvkrcngrjvw8bq7810"))))
"1wwcrss4y6xbi81cg6ldhm57wz5paflzzp3yxh8b6shf9l2jla50"))))
(properties `((upstream-name . "StanHeaders")))
(build-system r-build-system)
(inputs `(("pandoc" ,pandoc)))