gnu: r-stanheaders: Update to 2.26.28.

* gnu/packages/cran.scm (r-stanheaders): Update to 2.26.28.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:11 +02:00
parent 2b40d9b13a
commit 3c3dbf2196
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -30637,14 +30637,14 @@ perform @dfn{exploratory mediation} (XMed).")
(define-public r-stanheaders
(package
(name "r-stanheaders")
(version "2.26.27")
(version "2.26.28")
(source
(origin
(method url-fetch)
(uri (cran-uri "StanHeaders" version))
(sha256
(base32
"1cf9hc7z3d8b70jck37j3lc2ml040di91dylfb18yi6wx936bq3h"))))
"1s1xgvn5c1vjikm1dx9g0qm2k8m24clylgp7zssmfhx6sfb8v2lk"))))
(properties `((upstream-name . "StanHeaders")))
(build-system r-build-system)
(inputs (list pandoc))