Skip to content

Commit 6806a67

Browse files
python3Packages.unicodedata2: 16.0.0 -> 17.0.0 (NixOS#459660)
2 parents 6fb30c1 + 618b160 commit 6806a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/unicodedata2

pkgs/development/python-modules/unicodedata2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "unicodedata2";
11-
version = "16.0.0";
11+
version = "17.0.0";
1212
format = "setuptools";
1313

1414
disabled = pythonOlder "3.7";
1515

1616
src = fetchPypi {
1717
inherit version pname;
18-
sha256 = "05488d6592b59cd78b61ec37d38725416b2df62efafa6a0d63a631b27aa474fc";
18+
sha256 = "sha256-/6Lw1oNGQv6ZbTVuco2ohyAVM7tUCXSuesl15m7MDjo=";
1919
};
2020

2121
nativeCheckInputs = [ pytestCheckHook ];

0 commit comments

Comments
 (0)