~ruther/guix-local

a08a55e6ac62dbc738c9e70147610df53e784460 — Ricardo Wurmus 2 years ago 51a6d1d
gnu: r-stanheaders: Update to 2.32.5.

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

Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 31434,14 31434,14 @@ perform @dfn{exploratory mediation} (XMed).")
(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))