me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.204.
master
Ludovic Courtès 2023-04-25 23:19:28 +02:00
parent 70acf8b23a
commit 9fcd51280f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -108,14 +108,14 @@ compression library.")
(define-public perl-io-compress
(package
(name "perl-io-compress")
(version "2.096")
(version "2.204")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/P/PM/PMQS/"
"IO-Compress-" version ".tar.gz"))
(sha256
(base32 "0wm51dib74l9baqfkfm0ixsr4cqwrgij2yc45xfhnjabvzary8cx"))))
(base32 "067hdan6hbyj9n0h0bzkjjsfhda7nxkzq60v6j0qcxs3hp5q8xv1"))))
(build-system perl-build-system)
(propagated-inputs
;; These two packages should be updated to this one's version first.