gnu: r-ore: Update to 1.7.1.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.1.1.
This commit is contained in:
parent
1b6fc8812d
commit
d34ed31aca
1 changed files with 2 additions and 2 deletions
|
@ -13533,13 +13533,13 @@ creating color scales and calculating color distances.")
|
||||||
(define-public r-ore
|
(define-public r-ore
|
||||||
(package
|
(package
|
||||||
(name "r-ore")
|
(name "r-ore")
|
||||||
(version "1.7.0")
|
(version "1.7.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ore" version))
|
(uri (cran-uri "ore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qhbv7bynisr0prv7h0yxsxff7qdxfqza7i06xi4vn360kxx6w9g"))))
|
(base32 "0rs5r5h11x4l4nsbl4xqzbl4ahajd5374fq05abcmfjnjr9j64w5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/jonclayden/ore")
|
(home-page "https://github.com/jonclayden/ore")
|
||||||
(synopsis "R interface to the Onigmo regular expression library")
|
(synopsis "R interface to the Onigmo regular expression library")
|
||||||
|
|
Reference in a new issue