mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
unicode-paracode: 2.5 -> 2.6
https://github.com/garabik/unicode/releases/tag/v2.6
This commit is contained in:
parent
c48411a404
commit
ebbad6c86d
@ -2,13 +2,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "unicode-${version}";
|
||||
version = "2.5";
|
||||
version = "2.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "garabik";
|
||||
repo = "unicode";
|
||||
rev = "v${version}";
|
||||
sha256 = "0vg1zshlzgdva8gzw6fya28fc4jhypjkj743x3q0yabx6934k0g2";
|
||||
sha256 = "17hh4nwl5njsh7lnff583j2axn6rfvfbiqwp72n7vcsgkiszw4kg";
|
||||
};
|
||||
|
||||
ucdtxt = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user