3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-test-utf8: Update to 1.02.

* gnu/packages/perl-check.scm (perl-test-utf8): Update to 1.02.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-02 10:35:29 +02:00
parent 3c01fcc1bb
commit 72313ff4ab
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1442,15 +1442,14 @@ from boxed blocks of test code.")
(define-public perl-test-utf8
(package
(name "perl-test-utf8")
(version "1.01")
(version "1.02")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKF/"
"Test-utf8-" version ".tar.gz"))
(sha256
(base32
"0yhvf735v334qqvp9zg7i66qyk6r4cbk5s2psv93d3fdd4bindzg"))))
(base32 "1mwbdgbbzm54v7wdw3l80bk73lr4z9i8274zlhjhp0s0b6fg10nz"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-install" ,perl-module-install)))