summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-04 13:19:30 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-04 13:53:16 +0100
commita8ea0c5e13f45128eac094db448f6136192db7f3 (patch)
tree06292543a609949e90eddb42ed0116c40ccd5250
parent2ac4eb786158164010813d731023a000b9681324 (diff)
downloadpatches-a8ea0c5e13f45128eac094db448f6136192db7f3.tar
patches-a8ea0c5e13f45128eac094db448f6136192db7f3.tar.gz
gnu: r-ore: Update to 1.6.3.
* gnu/packages/cran.scm (r-ore): Update to 1.6.3.
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cb3ac1b0e8..594fc2d628 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9985,14 +9985,13 @@ creating color scales and calculating color distances.")
(define-public r-ore
(package
(name "r-ore")
- (version "1.6.2")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ore" version))
(sha256
- (base32
- "1l1ziljgm5gwjhvjq42wi5vcwbxlaj5dl9w8bhz0wh8vx4ajj07m"))))
+ (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
(build-system r-build-system)
(home-page "https://github.com/jonclayden/ore")
(synopsis "R interface to the Onigmo regular expression library")