summary refs log tree commit diff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-02-08 12:55:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-02-08 13:46:25 +0200
commit1e4565eabca2026320eae6ac36b1c3361ddb19f6 (patch)
tree78ffdcc2e8704ff2123d31c4e2bca1429f26156c /gnu/packages/perl-check.scm
parent072ef70a8e2b61679be25bc0af60d97afb26e827 (diff)
downloadguix-1e4565eabca2026320eae6ac36b1c3361ddb19f6.tar.gz
gnu: perl-test-runvalgrind: Update to 0.2.2.
* gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.2.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 518dd2ce1d..8983eb11d2 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1231,7 +1231,7 @@ reported, and the tests skipped.")
 (define-public perl-test-runvalgrind
   (package
     (name "perl-test-runvalgrind")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
@@ -1240,7 +1240,7 @@ reported, and the tests skipped.")
              version
              ".tar.gz"))
        (sha256
-        (base32 "175hlycrhgwrp7j4rwx5bk4fd6775242wjdqv107rvgsrszsi915"))))
+        (base32 "1vm5iw5sy0mhjjypaaviil9qgqixmkaghdbjbcyb4lf2mm6d24v9"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))