perl-Unicode-CaseFold: 1.00 -> 1.01
This commit is contained in:
parent
46383f48d4
commit
97102f4580
@ -15010,16 +15010,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
UnicodeCaseFold = buildPerlModule rec {
|
||||
name = "Unicode-CaseFold-1.00";
|
||||
name = "Unicode-CaseFold-1.01";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/A/AR/ARODLAND/${name}.tar.gz";
|
||||
sha256 = "c489b5a440e84b0554e866d3fe4077fa1956eeed473e203588e0c24acce1f016";
|
||||
sha256 = "418a212808f9d0b8bb330ac905096d2dd364976753d4c71534dab9836a63194d";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
meta = {
|
||||
homepage = http://metacpan.org/release/Unicode-CaseFold;
|
||||
description = "Unicode case-folding for case-insensitive lookups";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ stdenv.lib.maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user