mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
[cpan2nix] perlPackages.IOCompress: 2.070 -> 2.074
dependencies: perlPackages.CompressRawZlib: init at 2.076
This commit is contained in:
parent
390e6fefc5
commit
40ed164a4f
@ -7245,10 +7245,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
IOCompress = buildPerlPackage rec {
|
||||
name = "IO-Compress-2.070";
|
||||
name = "IO-Compress-2.074";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
|
||||
sha256 = "3e761b833c8e55eb811a5eeab07831bb380dcdce256cc45cfe8816602a3574ff";
|
||||
sha256 = "b4bd68ce895a6578e5be96ade36449461becc328cc7ab900ae4e362380f097f2";
|
||||
};
|
||||
propagatedBuildInputs = [ CompressRawBzip2 CompressRawZlib ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user