mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
perlPackages.TestDifferences: update from 0.61 to 0.4801
This commit is contained in:
parent
0c65639e50
commit
f2d9a7231e
@ -8179,10 +8179,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestDifferences = buildPerlPackage {
|
TestDifferences = buildPerlPackage {
|
||||||
name = "Test-Differences-0.61";
|
name = "Test-Differences-0.4801";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OV/OVID/Test-Differences-0.61.tar.gz;
|
url = mirror://cpan/authors/id/O/OV/OVID/Test-Differences-0.4801.tar.gz;
|
||||||
sha256 = "044wg7nqmhvh5ms8z305f9bzldhigr020l1a7iqycxqv05h6b6vm";
|
sha256 = "1p5bqyq3gxfb1q4wajd28498fsbqk7f2y7pk9c3rnh0x36cqbvyw";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ TextDiff ];
|
propagatedBuildInputs = [ TextDiff ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user