gnu: r-ore: Update to 1.7.0.
* gnu/packages/cran.scm (r-ore): Update to 1.7.0.
This commit is contained in:
parent
a650d1a28a
commit
19a0015f1c
1 changed files with 2 additions and 2 deletions
|
@ -13505,13 +13505,13 @@ creating color scales and calculating color distances.")
|
|||
(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")
|
||||
|
|
Reference in a new issue