diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 16:08:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-18 19:56:37 +0100 |
commit | dc48528fef9cf82bfa77972dc483e37fc1a7a0b5 (patch) | |
tree | 6e3a2ff70836b8b762a8dbfa3f8b03f554337a4e /gnu/packages | |
parent | d3de3d9b2fe6840a525102a529f87e01bfccd4ae (diff) | |
download | guix-dc48528fef9cf82bfa77972dc483e37fc1a7a0b5.tar.gz |
gnu: r-ore: Update to 1.7.3.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.3.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 6febdc35d0..bbba6b806d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16592,13 +16592,13 @@ creating color scales and calculating color distances.") (define-public r-ore (package (name "r-ore") - (version "1.7.2.1") + (version "1.7.3.1") (source (origin (method url-fetch) (uri (cran-uri "ore" version)) (sha256 - (base32 "104506x9x14bs8lfhydwpgdh4qws2vqkvyy6xrlrviqlll6qbjgg")))) + (base32 "0hlmr4p0ldizdv46myyhlki10qkjdgs44jxp9y61zqcdw360dz95")))) (build-system r-build-system) (home-page "https://github.com/jonclayden/ore") (synopsis "R interface to the Onigmo regular expression library") |