summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 12:39:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 18:40:46 +0100
commit960f2ade7e35f1c60f7aa90ed0f7369b90c3a97a (patch)
tree45e4bc29ab75cd27cda275059a708dc21cf7b88e /gnu/packages/perl-check.scm
parenta48d560f40a57d0f127a4dc7b6e9acec44ccf53b (diff)
downloadguix-patches-960f2ade7e35f1c60f7aa90ed0f7369b90c3a97a.tar
guix-patches-960f2ade7e35f1c60f7aa90ed0f7369b90c3a97a.tar.gz
gnu: perl-test-simple: Update to 1.302162.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302162.
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 40bc4029de..d947b231fe 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1139,14 +1139,14 @@ makes fork(2) safe to use in test cases.")
(define-public perl-test-simple
(package
(name "perl-test-simple")
- (version "1.302141")
+ (version "1.302162")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
"Test-Simple-" version ".tar.gz"))
(sha256
(base32
- "1dwmsf7jzhw8xppzrw2raq3q6nzd1kcl8b53hik4586b2k45n16p"))))
+ "1i0zsgp5ypygsfbl5gdsgnzlqv57bx69yl6sh440cpkk7my1k83k"))))
(build-system perl-build-system)
(synopsis "Basic utilities for writing tests")
(description