gnu: r-qdapregex: Update to 0.7.5.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 28 May 2022 06:30:51 +0000 (08:30 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Sat, 28 May 2022 21:18:59 +0000 (23:18 +0200)
* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.5.

gnu/packages/cran.scm

index 6e04601..b594c8e 100644 (file)
@@ -30444,14 +30444,14 @@ visualized at any level of the experiment's design.")
 (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))