1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

[cpan2nix] perlPackages.ClassLoad: 0.24 -> 0.25

This commit is contained in:
volth 2018-06-23 10:14:51 +00:00
parent 94505757fd
commit a55809cc5b

View file

@ -2200,10 +2200,10 @@ let self = _self // overrides; _self = with self; {
};
ClassLoad = buildPerlPackage rec {
name = "Class-Load-0.24";
name = "Class-Load-0.25";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0bb983da46c146534fc77a556d6e40d925142f2eb43103534025ee545265ca36";
sha256 = "2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f";
};
buildInputs = [ TestFatal TestNeeds ];
propagatedBuildInputs = [ DataOptList PackageStash ];