gnu: r-stanheaders: Update to 2.26.25.

* gnu/packages/cran.scm (r-stanheaders): Update to 2.26.25.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:21 +02:00
parent 51f686edd8
commit a29c730c0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -29558,14 +29558,14 @@ perform @dfn{exploratory mediation} (XMed).")
(define-public r-stanheaders
(package
(name "r-stanheaders")
(version "2.21.0-7")
(version "2.26.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "StanHeaders" version))
(sha256
(base32
"0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
"1xds719xga7144mxirjnqxmcv1ncj5fb5z247blm4dkbn9q2vg4k"))))
(properties `((upstream-name . "StanHeaders")))
(build-system r-build-system)
(inputs (list pandoc))