rekado pushed a commit to branch r-updates
in repository guix.
commit df9e98d3b4ce0c5617dd2799c122d6703720ffca
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Dec 15 12:16:57 2023 +0100
gnu: r-ore: Update to 1.7.4.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.4.1.
Change-Id: I299c798a4c366b55fd4dc946a6b1bbe20e5e6b2c
---
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 bb24b6fc5c..be9123507f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19378,13 +19378,13 @@ creating color scales and calculating color
distances.")
(define-public r-ore
(package
(name "r-ore")
- (version "1.7.3.1")
+ (version "1.7.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ore" version))
(sha256
- (base32 "0hlmr4p0ldizdv46myyhlki10qkjdgs44jxp9y61zqcdw360dz95"))))
+ (base32 "01ayvjyjbarmi7l2jwp7bp4m0k42zy8bvf9rbwynfwmm8mv6vx0j"))))
(build-system r-build-system)
(home-page "https://github.com/jonclayden/ore")
(synopsis "R interface to the Onigmo regular expression library")