gnu: r-ore: Update to 1.7.0.

* gnu/packages/cran.scm (r-ore): Update to 1.7.0.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:27 +00:00
parent a650d1a28a
commit 19a0015f1c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")