summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-29 15:22:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-29 15:27:24 +0100
commit3d42489d3bdebb1fdf9be8abdfa5d72ec52a0eec (patch)
tree5186935a4c8afce24ff1e5c82c19c5952437c7b9
parent4eb56f0775dc7c9d25f6d0a9673ec4040cc6aa93 (diff)
downloadguix-3d42489d3bdebb1fdf9be8abdfa5d72ec52a0eec.tar.gz
gnu: r-ore: Update to 1.7.2.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.2.1.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 751187189b..90721fa01e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15748,13 +15748,13 @@ creating color scales and calculating color distances.")
 (define-public r-ore
   (package
     (name "r-ore")
-    (version "1.7.1.1")
+    (version "1.7.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ore" version))
        (sha256
-        (base32 "0rs5r5h11x4l4nsbl4xqzbl4ahajd5374fq05abcmfjnjr9j64w5"))))
+        (base32 "104506x9x14bs8lfhydwpgdh4qws2vqkvyy6xrlrviqlll6qbjgg"))))
     (build-system r-build-system)
     (home-page "https://github.com/jonclayden/ore")
     (synopsis "R interface to the Onigmo regular expression library")