me
/
guix
Archived
1
0
Fork 0

gnu: r-stanheaders: Update to 2.32.9.

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

Change-Id: Ic97b35b48c26859cf621aa3da1fdcdb6e8f9924a
master
Ricardo Wurmus 2024-07-02 14:58:46 +02:00
parent de78203e79
commit 9becabc542
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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