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

* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302122.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-06 01:28:40 +01:00
parent 8db8bf921d
commit 1ffa065c44
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -975,14 +975,14 @@ (define-public perl-test-sharedfork
(define-public perl-test-simple
(package
(name "perl-test-simple")
(version "1.302120")
(version "1.302122")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
"Test-Simple-" version ".tar.gz"))
(sha256
(base32
"0v1l0hfza9zlw3qj5l2mrzljy1sk02h3yqcb4kixdb2d5l4n08y8"))))
"117m707cbvrh01s3w6g371i9xvpnklifiqpcmky4f49jgck8izgm"))))
(build-system perl-build-system)
(synopsis "Basic utilities for writing tests")
(description