gnu: r-stanheaders: Update to 2.32.5.

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

Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:45:22 +01:00
parent 51a6d1dd2f
commit a08a55e6ac
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31434,14 +31434,14 @@ (define-public r-regsem
(define-public r-stanheaders
(package
(name "r-stanheaders")
(version "2.26.28")
(version "2.32.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "StanHeaders" version))
(sha256
(base32
"1s1xgvn5c1vjikm1dx9g0qm2k8m24clylgp7zssmfhx6sfb8v2lk"))))
"0wqps6xy2xypxsg3p3grdiw67a0xla3vh9x9hcf2ln03yhgkn4jl"))))
(properties `((upstream-name . "StanHeaders")))
(build-system r-build-system)
(inputs (list pandoc))