diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-12 16:59:15 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-14 18:33:56 +0100 |
commit | bc2b7fe2cd3a8d292463fd79b55f8ad4d6898077 (patch) | |
tree | 419023b57149aeb6eb5b7c6680503fa89aaccb3a /gnu/packages | |
parent | 768164437ada8e9c05bb8a9116fb2d4e54089b58 (diff) | |
download | patches-bc2b7fe2cd3a8d292463fd79b55f8ad4d6898077.tar patches-bc2b7fe2cd3a8d292463fd79b55f8ad4d6898077.tar.gz |
gnu: perl-test-simple: Update to 1.302171.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302171.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/perl-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 9944c31305..fa42171b27 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -1239,14 +1239,14 @@ makes fork(2) safe to use in test cases.") (define-public perl-test-simple (package (name "perl-test-simple") - (version "1.302169") + (version "1.302171") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/" "Test-Simple-" version ".tar.gz")) (sha256 (base32 - "08y7b817045w9bc1k9y01l5shl162q9fdc2g5qf7ny0gdxvh85s1")))) + "12in730hr51h42dwd3c5k7ysyp0xyk17583mfvx6zg56nb990zz2")))) (build-system perl-build-system) (synopsis "Basic utilities for writing tests") (description |