gnu: r-rematch2: Update to 2.1.2.

* gnu/packages/cran.scm (r-rematch2): Update to 2.1.2.
This commit is contained in:
Ricardo Wurmus 2020-05-12 16:56:59 +02:00
parent 4ee593f9ee
commit 756a42071e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12929,14 +12929,14 @@ (define-public r-valr
(define-public r-rematch2
(package
(name "r-rematch2")
(version "2.1.1")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "rematch2" version))
(sha256
(base32
"13siaa8s2ji9q6hykhb2r34ag76335ypmbqr90xaqilbir0klhnh"))))
"1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
(build-system r-build-system)
(propagated-inputs
`(("r-tibble" ,r-tibble)))