gnu: perl-test-simple: Update to 1.302164.

* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302164.
This commit is contained in:
Efraim Flashner 2019-07-22 09:07:58 +03:00
parent 94b9b67618
commit bbbed2e60d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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