diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-07-22 09:07:58 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-07-22 10:07:57 +0300 |
commit | bbbed2e60de043c576612e9f8a9f08c005868ad3 (patch) | |
tree | e706a83cc63a732bee55a71597ee42fda052375d | |
parent | 94b9b67618617502e5593105001abd7f46323865 (diff) | |
download | guix-bbbed2e60de043c576612e9f8a9f08c005868ad3.tar guix-bbbed2e60de043c576612e9f8a9f08c005868ad3.tar.gz |
gnu: perl-test-simple: Update to 1.302164.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302164.
-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 47e25083cd..98d01d598a 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -1240,14 +1240,14 @@ makes fork(2) safe to use in test cases.") (define-public perl-test-simple (package (name "perl-test-simple") - (version "1.302162") + (version "1.302164") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/" "Test-Simple-" version ".tar.gz")) (sha256 (base32 - "1i0zsgp5ypygsfbl5gdsgnzlqv57bx69yl6sh440cpkk7my1k83k")))) + "05b61ndlf2d6xphq13caps001f0p0p76jb5hhzmm5k897xhpn9sh")))) (build-system perl-build-system) (synopsis "Basic utilities for writing tests") (description |