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:
Ricardo Wurmus 2022-11-29 15:22:14 +01:00
parent 4eb56f0775
commit 3d42489d3b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")