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

* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302162.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 12:39:17 +01:00
parent a48d560f40
commit 960f2ade7e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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