mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-ore: Update to 1.7.4.1.
* gnu/packages/cran.scm (r-ore): Update to 1.7.4.1. Change-Id: I299c798a4c366b55fd4dc946a6b1bbe20e5e6b2c
This commit is contained in:
parent
b86972aeb2
commit
12e19abec5
1 changed files with 2 additions and 2 deletions
|
@ -19378,13 +19378,13 @@ (define-public r-shades
|
|||
(define-public r-ore
|
||||
(package
|
||||
(name "r-ore")
|
||||
(version "1.7.3.1")
|
||||
(version "1.7.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ore" version))
|
||||
(sha256
|
||||
(base32 "0hlmr4p0ldizdv46myyhlki10qkjdgs44jxp9y61zqcdw360dz95"))))
|
||||
(base32 "01ayvjyjbarmi7l2jwp7bp4m0k42zy8bvf9rbwynfwmm8mv6vx0j"))))
|
||||
(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