diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-01 17:52:27 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-03 21:07:23 +0000 |
commit | 19a0015f1cab8f8551b3b6cb23ce8047c9580a91 (patch) | |
tree | 7e8803428e1a827b51dd3e715baaad3c58fabbb9 /gnu/packages/cran.scm | |
parent | a650d1a28aa6d1e1be6a73fb33f109153904275f (diff) | |
download | guix-19a0015f1cab8f8551b3b6cb23ce8047c9580a91.tar.gz |
gnu: r-ore: Update to 1.7.0.
* gnu/packages/cran.scm (r-ore): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 c91050ff97..48f2a98570 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13505,13 +13505,13 @@ creating color scales and calculating color distances.") (define-public r-ore (package (name "r-ore") - (version "1.6.3") + (version "1.7.0") (source (origin (method url-fetch) (uri (cran-uri "ore" version)) (sha256 - (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv")))) + (base32 "0qhbv7bynisr0prv7h0yxsxff7qdxfqza7i06xi4vn360kxx6w9g")))) (build-system r-build-system) (home-page "https://github.com/jonclayden/ore") (synopsis "R interface to the Onigmo regular expression library") |