mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
perlPackages.CompressZlib: update from 2.060 to 2.063
This commit is contained in:
parent
a2eec3410f
commit
208a412d2b
@ -4186,10 +4186,10 @@ rec {
|
||||
};
|
||||
|
||||
IOCompress = buildPerlPackage {
|
||||
name = "IO-Compress-2.060";
|
||||
name = "IO-Compress-2.063";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.060.tar.gz;
|
||||
sha256 = "03zaq9xzg0z9wcgj1hws8zhzdgdlwiz48nh6sy663bn7rzxm5k28";
|
||||
url = mirror://cpan/authors/id/P/PM/PMQS/IO-Compress-2.063.tar.gz;
|
||||
sha256 = "1198jqsfyshc8pc74dvn04gmqa0x6nwngkbf731zgd4chrjlylhd";
|
||||
};
|
||||
propagatedBuildInputs = [ CompressRawBzip2 CompressRawZlib ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user