diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-23 15:23:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-24 12:13:08 +0100 |
commit | d34ed31acad046b7ce4ac8dba432a05a0bc99dea (patch) | |
tree | ade76b43dfd1ea248bf78c09a0f2329e119aad4d /gnu/packages | |
parent | 1b6fc8812dfd85c3720d22f97fcac50fd456cb3d (diff) |
gnu: r-ore: Update to 1.7.1.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.1.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ac22af12ec..9c407cdbc9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13533,13 +13533,13 @@ creating color scales and calculating color distances.") (define-public r-ore (package (name "r-ore") - (version "1.7.0") + (version "1.7.1.1") (source (origin (method url-fetch) (uri (cran-uri "ore" version)) (sha256 - (base32 "0qhbv7bynisr0prv7h0yxsxff7qdxfqza7i06xi4vn360kxx6w9g")))) + (base32 "0rs5r5h11x4l4nsbl4xqzbl4ahajd5374fq05abcmfjnjr9j64w5")))) (build-system r-build-system) (home-page "https://github.com/jonclayden/ore") (synopsis "R interface to the Onigmo regular expression library") |