~ruther/guix-local

10140211aa79e5680ef745c264d9caeda21c0e6e — Ricardo Wurmus 1 year, 10 months ago 093aded
gnu: r-stanheaders: Update to 2.32.10.

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

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

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 32902,14 32902,14 @@ perform @dfn{exploratory mediation} (XMed).")
(define-public r-stanheaders
  (package
    (name "r-stanheaders")
    (version "2.32.9")
    (version "2.32.10")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "StanHeaders" version))
       (sha256
        (base32
         "0cqb5q9pi02vahr4fif07p4r3p2sik953a9i78z1j00j9srzxc17"))))
         "10l523sckx3jis5x1zw99iqy9hihjmngmcjq484bgin4gn6mn4n3"))))
    (properties `((upstream-name . "StanHeaders")))
    (build-system r-build-system)
    (inputs (list pandoc))