me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302169.
master
Tobias Geerinckx-Rice 2019-11-24 11:45:59 +01:00
parent 40df1928d6
commit 9b0dae2222
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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.302164")
(version "1.302169")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
"Test-Simple-" version ".tar.gz"))
(sha256
(base32
"05b61ndlf2d6xphq13caps001f0p0p76jb5hhzmm5k897xhpn9sh"))))
"08y7b817045w9bc1k9y01l5shl162q9fdc2g5qf7ny0gdxvh85s1"))))
(build-system perl-build-system)
(synopsis "Basic utilities for writing tests")
(description