gnu: r-stanheaders: Update to 2.26.26.

* gnu/packages/cran.scm (r-stanheaders): Update to 2.26.26.
This commit is contained in:
Ricardo Wurmus 2023-06-03 08:32:02 +02:00
parent 885811d599
commit 944bcae0d4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29566,14 +29566,14 @@ (define-public r-regsem
(define-public r-stanheaders (define-public r-stanheaders
(package (package
(name "r-stanheaders") (name "r-stanheaders")
(version "2.26.25") (version "2.26.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "StanHeaders" version)) (uri (cran-uri "StanHeaders" version))
(sha256 (sha256
(base32 (base32
"1xds719xga7144mxirjnqxmcv1ncj5fb5z247blm4dkbn9q2vg4k")))) "1jr5sflqhg70jkgz3x0q9nrk2xjzm1l4zmyc7j89m755b209sq4k"))))
(properties `((upstream-name . "StanHeaders"))) (properties `((upstream-name . "StanHeaders")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list pandoc)) (inputs (list pandoc))