[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/76: gnu: r-stanheaders: Update to 2.26.25.
From: |
guix-commits |
Subject: |
49/76: gnu: r-stanheaders: Update to 2.26.25. |
Date: |
Wed, 31 May 2023 12:22:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a29c730c0e97d161eef1f3b21e73aa3eb68b6c51
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:21 2023 +0200
gnu: r-stanheaders: Update to 2.26.25.
* gnu/packages/cran.scm (r-stanheaders): Update to 2.26.25.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 45f36cc950..2fae5dbfb4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))
- 48/76: gnu: r-quanteda: Update to 3.3.1., (continued)
- 48/76: gnu: r-quanteda: Update to 3.3.1., guix-commits, 2023/05/31
- 57/76: gnu: r-spatstat-random: Update to 3.1-5., guix-commits, 2023/05/31
- 65/76: gnu: r-tzdb: Update to 0.4.0., guix-commits, 2023/05/31
- 69/76: gnu: r-zoib: Update to 1.6., guix-commits, 2023/05/31
- 72/76: gnu: r-markdown: Update to 1.7., guix-commits, 2023/05/31
- 75/76: gnu: r-rrcov: Update to 1.7-3., guix-commits, 2023/05/31
- 51/76: gnu: r-scatterpie: Update to 0.2.0., guix-commits, 2023/05/31
- 58/76: gnu: r-spatstat: Update to 3.0-6., guix-commits, 2023/05/31
- 63/76: gnu: r-mlr3pipelines: Update to 0.5.0-1., guix-commits, 2023/05/31
- 67/76: gnu: r-dismo: Update to 1.3-14., guix-commits, 2023/05/31
- 49/76: gnu: r-stanheaders: Update to 2.26.25.,
guix-commits <=