gnu: perl-io-compress: Update to 2.090.

* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.090.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-10 22:58:29 +01:00
parent 0a1fc5fd8a
commit ff34d6e574
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -88,14 +88,14 @@ (define-public perl-compress-raw-zlib
(define-public perl-io-compress (define-public perl-io-compress
(package (package
(name "perl-io-compress") (name "perl-io-compress")
(version "2.089") (version "2.090")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/P/PM/PMQS/" (uri (string-append "mirror://cpan/authors/id/P/PM/PMQS/"
"IO-Compress-" version ".tar.gz")) "IO-Compress-" version ".tar.gz"))
(sha256 (sha256
(base32 "01ahph8mx5032qsciybalf4l6hs1l7biwj1cm5h9cwng6ky78d1d")))) (base32 "11z9jkcpqyd4d1kziiq8q4rmqax93jd3hryx8cnkg4zrhd5fa4jc"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
;; These two packages should be updated to this one's version first. ;; These two packages should be updated to this one's version first.