aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-08-16 18:36:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-08-17 21:54:19 +0200
commit10140211aa79e5680ef745c264d9caeda21c0e6e (patch)
tree688fd41ac6371b70ac37942c157d51a2f022184c /gnu/packages
parent093aded72da7b0d5fa7f7b3e841d66272ac18db7 (diff)
downloadguix-10140211aa79e5680ef745c264d9caeda21c0e6e.tar.gz
guix-10140211aa79e5680ef745c264d9caeda21c0e6e.zip
gnu: r-stanheaders: Update to 2.32.10.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.32.10. Change-Id: Ia534e96cfb4111dbef5a0da232f520747edafa62
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7d40e3386e..37fa02e864 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))