mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-rematch2: Update to 2.1.2.
* gnu/packages/cran.scm (r-rematch2): Update to 2.1.2.
This commit is contained in:
parent
4ee593f9ee
commit
756a42071e
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue