summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 03:08:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 05:41:00 +0200
commitdedb10b24b5bfe656932213b7555481544e71730 (patch)
treea97577ed80c6909b4b5a47368456f97f94ff89e3 /gnu/packages/perl-check.scm
parent8524b1b8b4ba973864b67354d5d81ad1a691e764 (diff)
downloadguix-patches-dedb10b24b5bfe656932213b7555481544e71730.tar
guix-patches-dedb10b24b5bfe656932213b7555481544e71730.tar.gz
gnu: perl-test-runvalgrind: Update to 0.2.1.
* gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.1.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 5eac984423..2d2a24b6b0 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1170,7 +1170,7 @@ reported, and the tests skipped.")
(define-public perl-test-runvalgrind
(package
(name "perl-test-runvalgrind")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
@@ -1179,8 +1179,7 @@ reported, and the tests skipped.")
version
".tar.gz"))
(sha256
- (base32
- "0cfndkn2k9pcx290wcblwmrwh1ybs0grxjlsrp8fbqqbmmjpb53h"))))
+ (base32 "175hlycrhgwrp7j4rwx5bk4fd6775242wjdqv107rvgsrszsi915"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))