perlPackages.IOCompress: 2.206 -> 2.220

This commit is contained in:
Marcus Ramberg
2026-05-30 16:39:12 +02:00
parent 44d8c04892
commit d9110dc7a9
+3 -3
View File
@@ -17514,10 +17514,10 @@ with self;
IOCompress = buildPerlPackage {
pname = "IO-Compress";
version = "2.206";
version = "2.220";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.206.tar.gz";
hash = "sha256-fTBiuaSU91fo0GFPIg2D8icxu9oa6198/w5yqD9DPTU=";
url = "mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.220.tar.gz";
hash = "sha256-nZbqKR8sVO82fHOWuFfZO6GsHEsvG84T7Yo+Xz7rtic=";
};
propagatedBuildInputs = [
CompressRawBzip2