mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ore: Update to 1.7.2.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.2.1.
This commit is contained in:
parent
4eb56f0775
commit
3d42489d3b
1 changed files with 2 additions and 2 deletions
|
@ -15748,13 +15748,13 @@ (define-public r-shades
|
|||
(define-public r-ore
|
||||
(package
|
||||
(name "r-ore")
|
||||
(version "1.7.1.1")
|
||||
(version "1.7.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ore" version))
|
||||
(sha256
|
||||
(base32 "0rs5r5h11x4l4nsbl4xqzbl4ahajd5374fq05abcmfjnjr9j64w5"))))
|
||||
(base32 "104506x9x14bs8lfhydwpgdh4qws2vqkvyy6xrlrviqlll6qbjgg"))))
|
||||
(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