gnu: r-ore: Update to 1.7.3.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.3.1.
This commit is contained in:
parent
d3de3d9b2f
commit
dc48528fef
1 changed files with 2 additions and 2 deletions
|
@ -16592,13 +16592,13 @@ (define-public r-shades
|
|||
(define-public r-ore
|
||||
(package
|
||||
(name "r-ore")
|
||||
(version "1.7.2.1")
|
||||
(version "1.7.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ore" version))
|
||||
(sha256
|
||||
(base32 "104506x9x14bs8lfhydwpgdh4qws2vqkvyy6xrlrviqlll6qbjgg"))))
|
||||
(base32 "0hlmr4p0ldizdv46myyhlki10qkjdgs44jxp9y61zqcdw360dz95"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/jonclayden/ore")
|
||||
(synopsis "R interface to the Onigmo regular expression library")
|
||||
|
|
Loading…
Reference in a new issue