gnu: r-rematch: Update to 2.0.0.

* gnu/packages/statistics.scm (r-rematch): Update to 2.0.0.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:16 +02:00
parent fcf5c595e2
commit 894c89b1d8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4717,14 +4717,14 @@ (define-public r-biased-urn
(define-public r-rematch
(package
(name "r-rematch")
(version "1.0.1")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rematch" version))
(sha256
(base32
"0y3mshvpvz9csmq8hk8jbabx4nxlv5sckvfzvm6920ndg34xw2d4"))))
"09jwg3glp32q4ml4khhzi8j7bzg9zhqqdg1m6r8gibh756zzgnhm"))))
(build-system r-build-system)
(home-page "https://github.com/MangoTheCat/rematch")
(synopsis "Match regular expressions with a nicer API")