Merge pull request #50410 from dtzWill/update/unicode-2.6-11
unicode-paracode: 2.5 -> 2.6, unicode 10 -> 11
This commit is contained in:
commit
a34a12b1e7
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "unicode-${version}";
|
name = "unicode-${version}";
|
||||||
version = "2.5";
|
version = "2.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "garabik";
|
owner = "garabik";
|
||||||
repo = "unicode";
|
repo = "unicode";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vg1zshlzgdva8gzw6fya28fc4jhypjkj743x3q0yabx6934k0g2";
|
sha256 = "17hh4nwl5njsh7lnff583j2axn6rfvfbiqwp72n7vcsgkiszw4kg";
|
||||||
};
|
};
|
||||||
|
|
||||||
ucdtxt = fetchurl {
|
ucdtxt = fetchurl {
|
||||||
url = http://www.unicode.org/Public/10.0.0/ucd/UnicodeData.txt;
|
url = http://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt;
|
||||||
sha256 = "1cfak1j753zcrbgixwgppyxhm4w8vda8vxhqymi7n5ljfi6kwhjj";
|
sha256 = "16b0jzvvzarnlxdvs2izd5ia0ipbd87md143dc6lv6xpdqcs75s9";
|
||||||
};
|
};
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user