[cpan2nix] perlPackages.TestFileContents: 0.21 -> 0.23
This commit is contained in:
parent
fac56514fc
commit
a93149d595
|
@ -13959,10 +13959,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TestFileContents = buildPerlModule {
|
TestFileContents = buildPerlModule {
|
||||||
name = "Test-File-Contents-0.21";
|
name = "Test-File-Contents-0.23";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/Test-File-Contents-0.21.tar.gz;
|
url = mirror://cpan/authors/id/D/DW/DWHEELER/Test-File-Contents-0.23.tar.gz;
|
||||||
sha256 = "1b5a13f86f5df625ffd30361f628d34b0ceda80b9f39ca74bf0a4c1105828317";
|
sha256 = "cd6fadfb910b34b4b53991ff231dad99929ca8850abec3ad0e2810c4bd7b1f3d";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ TextDiff ];
|
propagatedBuildInputs = [ TextDiff ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue