me
/
guix
Archived
1
0
Fork 0

gnu: r-stanheaders: Update to 2.32.6.

* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.6.

Change-Id: I257b98c4d366644412823e7db9c077c5fa94437c
master
Ricardo Wurmus 2024-03-05 14:38:29 +01:00
parent ac139b1644
commit fc8e0c91e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31956,14 +31956,14 @@ perform @dfn{exploratory mediation} (XMed).")
(define-public r-stanheaders
(package
(name "r-stanheaders")
(version "2.32.5")
(version "2.32.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "StanHeaders" version))
(sha256
(base32
"0wqps6xy2xypxsg3p3grdiw67a0xla3vh9x9hcf2ln03yhgkn4jl"))))
"18p1rch5ipj0f4jdvr8mnlk8pg1l4njjj4cgbp7ni7kcngsn3049"))))
(properties `((upstream-name . "StanHeaders")))
(build-system r-build-system)
(inputs (list pandoc))