rekado pushed a commit to branch master
in repository guix.
commit 1f36adf45adee306350846d0fd31aa396bc8d248
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:38 2023 +0100
gnu: r-s2: Update to 1.1.2.
* gnu/packages/cran.scm (r-s2): Update to 1.1.2.
---
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 4057d04fb3..a9d6d1b5da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19809,14 +19809,14 @@ high-performance functions are provided here.")
(define-public r-s2
(package
(name "r-s2")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "s2" version))
(sha256
(base32
- "07c9f8ghfjqdjcw50by3y4j8nbsmmcwd4a3vpcwsxr4mvybckq0w"))))
+ "0mqb7jvjpbix9fq5ivcg630m5s5z2pyx8dmyiyvsajkg3i9kgclg"))))
(properties `((upstream-name . "s2")))
(build-system r-build-system)
(arguments