[cpan2nix] perlPackages.ForksSuper: 0.72 -> 0.93

This commit is contained in:
volth 2018-04-07 07:54:53 +00:00
parent c79d7c9bd9
commit 8077094ebf

View File

@ -5980,10 +5980,10 @@ let self = _self // overrides; _self = with self; {
}; };
ForksSuper = buildPerlPackage { ForksSuper = buildPerlPackage {
name = "Forks-Super-0.72"; name = "Forks-Super-0.93";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/M/MO/MOB/Forks-Super-0.72.tar.gz; url = mirror://cpan/authors/id/M/MO/MOB/Forks-Super-0.93.tar.gz;
sha256 = "0zyqwyndb3gnbsh43b6xyl3wmlnyi18vz3yrbsvp3lccz4d0v7qp"; sha256 = "1blkhi3kpkqv6dlnbxz5r9j9lbr58vag3aa2c9yqpkqk59hivbgg";
}; };
doCheck = false; doCheck = false;
meta = { meta = {
@ -5991,6 +5991,7 @@ let self = _self // overrides; _self = with self; {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
propagatedBuildInputs = [ URI ];
}; };
FormValidatorSimple = buildPerlPackage rec { FormValidatorSimple = buildPerlPackage rec {