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 @@ (define-public r-shades (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")