Text-Diff: 1.41 -> 1.43
This commit is contained in:
parent
9633852ae5
commit
897b30ffd0
|
@ -11224,11 +11224,11 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TextDiff = buildPerlPackage {
|
TextDiff = buildPerlPackage rec {
|
||||||
name = "Text-Diff-1.41";
|
name = "Text-Diff-1.43";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OV/OVID/Text-Diff-1.41.tar.gz;
|
url = "mirror://cpan/authors/id/N/NE/NEILB/${name}.tar.gz";
|
||||||
sha256 = "1ynjsa4sr1yvyh65sdfvahaafglibz70j8b6rj01cg1iisj50zx6";
|
sha256 = "1ampmj1k5cabgcaw2iqwqbmnq6hrnl96f7rk8hh22gsw6my86bac";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ AlgorithmDiff ];
|
propagatedBuildInputs = [ AlgorithmDiff ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue