rekado pushed a commit to branch master
in repository guix.
commit 500fc0b8382efabd69709f38819d86e41158ed00
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 22 08:12:20 2025 +0200
gnu: r-recipes: Update to 1.3.1.
* gnu/packages/cran.scm (r-recipes): Update to 1.3.1.
Change-Id: I60f0df7bcf22c77b81883e1d2ae8525853e32285
---
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 bd26b5526c..e68da86516 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18157,14 +18157,14 @@ provides a one-row summary of model-level
statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "1lrdy7nqqssdfpk25k85qzzn70544c9knbkikqmv2glr80b6zdyl"))))
+ "1i6wk6yhdmhm37vihyh1r3s1nxhihwacmhlj4yaygsfdzyqnzfnf"))))
(properties
;; Avoid dependency cycle as r-workflows depends on r-recipes. r-disp is
;; not packaged, but we don't seem to need it.