guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

46/115: gnu: r-ore: Update to 1.7.1.1.


From: guix-commits
Subject: 46/115: gnu: r-ore: Update to 1.7.1.1.
Date: Tue, 23 Nov 2021 10:26:48 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit a5fa5b18605b817ca9741a46c284f85894f1286d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:20 2021 +0100

    gnu: r-ore: Update to 1.7.1.1.
    
    * gnu/packages/cran.scm (r-ore): Update to 1.7.1.1.
---
 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 ac22af1..9c407cd 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]