gnu: perl-perlio-utf8-strict: Update to 0.007.

* gnu/packages/perl.scm (perl-perlio-utf8-strict): Update to 0.007.
master
Tobias Geerinckx-Rice 2019-03-22 20:30:11 +01:00
parent 8bf22214fa
commit c422d5d6d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6956,7 +6956,7 @@ with file paths.")
(define-public perl-perlio-utf8_strict
(package
(name "perl-perlio-utf8-strict")
(version "0.006")
(version "0.007")
(source (origin
(method url-fetch)
(uri (string-append
@ -6964,7 +6964,7 @@ with file paths.")
version ".tar.gz"))
(sha256
(base32
"0qnmiflirfq10jkmrxyy81ch6hzyndfzxqf8maif0fy44kk1004q"))))
"1jw1ri8nkm4ck73arbsld1y2qgj2b9ir01y8mzb3mjs6w0pkz8w3"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)))