perlPackages.IOCompress: 2.220 -> 2.221

Assisted-by: Claude Code (Claude Opus 4.8)
Signed-off-by: Stig Palmquist <git@stig.io>
This commit is contained in:
Stig Palmquist
2026-06-26 22:28:38 +02:00
parent 5b6275f405
commit a06c0268f6
+3 -3
View File
@@ -17667,10 +17667,10 @@ with self;
IOCompress = buildPerlPackage {
pname = "IO-Compress";
version = "2.220";
version = "2.221";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.220.tar.gz";
hash = "sha256-nZbqKR8sVO82fHOWuFfZO6GsHEsvG84T7Yo+Xz7rtic=";
url = "mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.221.tar.gz";
hash = "sha256-r0LJyRBK3313LSVcDZpASjRi6kXnvELQbaCgtR3j0K4=";
};
propagatedBuildInputs = [
CompressRawBzip2