mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-qdapregex: Update to 0.7.5.
* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.5.
This commit is contained in:
parent
c484a63b88
commit
25a47c6172
1 changed files with 2 additions and 2 deletions
|
@ -30444,14 +30444,14 @@ (define-public r-ez
|
|||
(define-public r-qdapregex
|
||||
(package
|
||||
(name "r-qdapregex")
|
||||
(version "0.7.2")
|
||||
(version "0.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qdapRegex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xa8q1way3gjadrjh3mv3xr4c6b4h16nd2c6lgl969difplpfz9p"))))
|
||||
"1hdilycwrvi0q6cx7k8vg87bamm2xsafjkya5x4smxysm5k1r4qb"))))
|
||||
(properties `((upstream-name . "qdapRegex")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-stringi))
|
||||
|
|
Loading…
Reference in a new issue