me
/
guix
Archived
1
0
Fork 0

gnu: r-stanheaders: Update to 2.32.7.

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

Change-Id: I367bba897a937c915bd9b5b3e2246209c785e424
master
Ricardo Wurmus 2024-05-07 22:18:47 +02:00
parent ea6f3dd9ae
commit 03e1518d57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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