[cpan2nix] perlPackages.TextSoundex: 3.04 -> 3.05
This commit is contained in:
parent
9d19954e9e
commit
6a58557134
1 changed files with 3 additions and 4 deletions
|
@ -15068,12 +15068,11 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TextSoundex = buildPerlPackage {
|
||||
name = "Text-Soundex-3.04";
|
||||
name = "Text-Soundex-3.05";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Text-Soundex-3.04.tar.gz;
|
||||
sha256 = "2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9";
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Text-Soundex-3.05.tar.gz;
|
||||
sha256 = "f6dd55b4280b25dea978221839864382560074e1d6933395faee2510c2db60ed";
|
||||
};
|
||||
propagatedBuildInputs = [ if_ ];
|
||||
};
|
||||
|
||||
TextSprintfNamed = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue