[cpan2nix] perlPackages.ModuleSignature: 0.79 -> 0.81
This commit is contained in:
parent
4c621bf7e0
commit
c842e727a6
1 changed files with 3 additions and 3 deletions
|
@ -9363,10 +9363,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
ModuleSignature = buildPerlPackage {
|
||||
name = "Module-Signature-0.79";
|
||||
name = "Module-Signature-0.81";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/A/AU/AUDREYT/Module-Signature-0.79.tar.gz;
|
||||
sha256 = "22df2ce097fb5d176efa951c782633d8debe594924a25ca66666252512ce462c";
|
||||
url = mirror://cpan/authors/id/A/AU/AUDREYT/Module-Signature-0.81.tar.gz;
|
||||
sha256 = "7df547ceb8e45d40f75e481a868f389aaed5641c2cf4e133146ccea4b8facec6";
|
||||
};
|
||||
buildInputs = [ IPCRun ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue