gnu: r-qdapregex: Update to 0.7.8.

* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.8.

Change-Id: Iedcf97ca54205a02d718961c9b7bc01527ce4993
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:42 +02:00
parent 1cd877ce9d
commit dfe5e040a1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -37057,14 +37057,14 @@ visualized at any level of the experiment's design.")
(define-public r-qdapregex
(package
(name "r-qdapregex")
(version "0.7.5")
(version "0.7.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "qdapRegex" version))
(sha256
(base32
"1hdilycwrvi0q6cx7k8vg87bamm2xsafjkya5x4smxysm5k1r4qb"))))
"1pf1cz03i6sn83d1aaj4cv4jfavs6k81nn5sy7b0aw4i1hpkyiwz"))))
(properties `((upstream-name . "qdapRegex")))
(build-system r-build-system)
(propagated-inputs (list r-stringi))