mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: r-ore: Update to 1.6.3.
* gnu/packages/cran.scm (r-ore): Update to 1.6.3.
This commit is contained in:
parent
2ac4eb7861
commit
a8ea0c5e13
1 changed files with 2 additions and 3 deletions
|
@ -9985,14 +9985,13 @@ (define-public r-shades
|
|||
(define-public r-ore
|
||||
(package
|
||||
(name "r-ore")
|
||||
(version "1.6.2")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l1ziljgm5gwjhvjq42wi5vcwbxlaj5dl9w8bhz0wh8vx4ajj07m"))))
|
||||
(base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
|
||||
(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