rekado pushed a commit to branch master
in repository guix.
commit 2e7abf48d4f4ae25cfed47c1ac89cd811f080b58
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:48 2023 +0100
gnu: r-shapes: Update to 1.2.7.
* gnu/packages/cran.scm (r-shapes): Update to 1.2.7.
---
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 45690be92b..466a3dc518 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26426,14 +26426,14 @@ different conceptual parts of the algorithm.")
(define-public r-shapes
(package
(name "r-shapes")
- (version "1.2.6")
+ (version "1.2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "shapes" version))
(sha256
(base32
- "1p9fr95zk3q2v277c5ksb0nh26mcpzwjzjb2lmag51z6hck8cb66"))))
+ "155q6asc9202f85snyjaxhm8qpj7swgzhg95sisjy506gvcb6c8z"))))
(properties `((upstream-name . "shapes")))
(build-system r-build-system)
(propagated-inputs