aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-06-05 09:59:27 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-06-05 09:59:27 +0200
commit66ece08d05825aaa52404b43b5083a0895d284be (patch)
tree3103dbefcf63b49f4c8192689797acb22cf21a1e /gnu/packages/perl-check.scm
parent8b71684a2086182528c16b5e21599013420ea84c (diff)
parent0ebef06dbe5e53025670a76ff98f05e8c093f013 (diff)
downloadguix-66ece08d05825aaa52404b43b5083a0895d284be.tar
guix-66ece08d05825aaa52404b43b5083a0895d284be.tar.gz
Merge branch 'master' into core-updates
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 9c17733d4c..a1be996e04 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1236,7 +1236,7 @@ plan, or not, and things will still Just Work.")
(define-public perl-test-without-module
(package
(name "perl-test-without-module")
- (version "0.18")
+ (version "0.20")
(source
(origin
(method url-fetch)
@@ -1244,7 +1244,7 @@ plan, or not, and things will still Just Work.")
"Test-Without-Module-" version ".tar.gz"))
(sha256
(base32
- "0zwc2dk5srd02j4p049w77m89iw5nbff381rmhcbaz8x2w5kdhz2"))))
+ "0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Test-Without-Module/")
(synopsis "Test fallback behaviour in absence of modules")