me
/
guix
Archived
1
0
Fork 0

gnu: r-ore: Update to 1.6.3.

* gnu/packages/cran.scm (r-ore): Update to 1.6.3.
master
Tobias Geerinckx-Rice 2019-11-04 13:19:30 +01:00
parent 2ac4eb7861
commit a8ea0c5e13
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -9985,14 +9985,13 @@ creating color scales and calculating color distances.")
(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")