We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fb30c1 + 618b160 commit 6806a67Copy full SHA for 6806a67
1 file changed
pkgs/development/python-modules/unicodedata2/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "unicodedata2";
11
- version = "16.0.0";
+ version = "17.0.0";
12
format = "setuptools";
13
14
disabled = pythonOlder "3.7";
15
16
src = fetchPypi {
17
inherit version pname;
18
- sha256 = "05488d6592b59cd78b61ec37d38725416b2df62efafa6a0d63a631b27aa474fc";
+ sha256 = "sha256-/6Lw1oNGQv6ZbTVuco2ohyAVM7tUCXSuesl15m7MDjo=";
19
};
20
21
nativeCheckInputs = [ pytestCheckHook ];
0 commit comments