me
/
guix
Archived
1
0
Fork 0

gnu: r-ore: Update to 1.7.4.1.

* gnu/packages/cran.scm (r-ore): Update to 1.7.4.1.

Change-Id: I299c798a4c366b55fd4dc946a6b1bbe20e5e6b2c
Ricardo Wurmus 2023-12-15 12:16:57 +01:00
parent b86972aeb2
commit 12e19abec5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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