1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: perl-test-runvalgrind: Update to 0.2.2.

* gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.2.
This commit is contained in:
Efraim Flashner
2021-02-08 12:55:03 +02:00
parent 072ef70a8e
commit 1e4565eabc
+2 -2
View File
@@ -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)))