Loading pkgs/development/python-modules/unicodedata2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "unicodedata2"; version = "14.0.0"; version = "15.0.0"; disabled = isPy27; src = fetchPypi { inherit version pname; sha256 = "110nnvh02ssp92xbmswy39aa186jrmb7m41x4220wigl8c0dzxs1"; sha256 = "0bcgls7m2zndpd8whgznnd5908jbsa50si2bh88wsn0agcznhv7d"; }; checkInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/unicodedata2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "unicodedata2"; version = "14.0.0"; version = "15.0.0"; disabled = isPy27; src = fetchPypi { inherit version pname; sha256 = "110nnvh02ssp92xbmswy39aa186jrmb7m41x4220wigl8c0dzxs1"; sha256 = "0bcgls7m2zndpd8whgznnd5908jbsa50si2bh88wsn0agcznhv7d"; }; checkInputs = [ pytestCheckHook ]; Loading