[cpan2nix] perlPackages.ModuleSignature: 0.81 -> 0.83

This commit is contained in:
volth 2018-09-21 12:16:57 +00:00
parent b2de2135fe
commit b866cad68b

View file

@ -9926,10 +9926,10 @@ let
};
ModuleSignature = buildPerlPackage {
name = "Module-Signature-0.81";
name = "Module-Signature-0.83";
src = fetchurl {
url = mirror://cpan/authors/id/A/AU/AUDREYT/Module-Signature-0.81.tar.gz;
sha256 = "7df547ceb8e45d40f75e481a868f389aaed5641c2cf4e133146ccea4b8facec6";
url = mirror://cpan/authors/id/A/AU/AUDREYT/Module-Signature-0.83.tar.gz;
sha256 = "3c15f3845a85d2a76a81253be53cb0f716465a3f696eb9c50e92eef34e9601cb";
};
buildInputs = [ IPCRun ];
meta = {