gnu: r-ore: Update to 1.7.3.1.

* gnu/packages/cran.scm (r-ore): Update to 1.7.3.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:34 +01:00
parent d3de3d9b2f
commit dc48528fef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16592,13 +16592,13 @@ (define-public r-shades
(define-public r-ore
(package
(name "r-ore")
(version "1.7.2.1")
(version "1.7.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ore" version))
(sha256
(base32 "104506x9x14bs8lfhydwpgdh4qws2vqkvyy6xrlrviqlll6qbjgg"))))
(base32 "0hlmr4p0ldizdv46myyhlki10qkjdgs44jxp9y61zqcdw360dz95"))))
(build-system r-build-system)
(home-page "https://github.com/jonclayden/ore")
(synopsis "R interface to the Onigmo regular expression library")