efraim pushed a commit to branch master
in repository guix.
commit 548c120b5759ac5eefc6e6900a00da838c624e5d
Author: Efraim Flashner <[email protected]>
Date: Wed Jan 2 20:01:35 2019 +0200
gnu: perl-test-simple: Update to 1.302141.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302141.
---
gnu/packages/perl-check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index d0abb39..5db0dba 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016 Nils Gillmann <[email protected]>
-;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Alex Sassmannshausen <[email protected]>
;;; Copyright © 2016, 2017 Marius Bakke <[email protected]>
;;; Copyright © 2017 Leo Famulari <[email protected]>
@@ -1121,14 +1121,14 @@ makes fork(2) safe to use in test cases.")
(define-public perl-test-simple
(package
(name "perl-test-simple")
- (version "1.302136")
+ (version "1.302141")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
"Test-Simple-" version ".tar.gz"))
(sha256
(base32
- "0inlv8f4rbhsw6qnqhf1w6ay153xbw27fldmb2pmg4ihn19mr6ld"))))
+ "1dwmsf7jzhw8xppzrw2raq3q6nzd1kcl8b53hik4586b2k45n16p"))))
(build-system perl-build-system)
(synopsis "Basic utilities for writing tests")
(description