diff --git a/pkgs/development/python-modules/hanzidentifier/default.nix b/pkgs/development/python-modules/hanzidentifier/default.nix index 2b425f81a485..be32acc7562e 100644 --- a/pkgs/development/python-modules/hanzidentifier/default.nix +++ b/pkgs/development/python-modules/hanzidentifier/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "hanzidentifier"; - version = "1.2.0"; + version = "1.3.0"; pyproject = true; src = fetchFromGitHub { owner = "tsroten"; repo = "hanzidentifier"; tag = "v${version}"; - hash = "sha256-TVS21zy5UR+tGgVRB6eUguy2PGgruxbc+QR0DYUWl4w="; + hash = "sha256-SXIMk5Pr2jqoWOjKfVVhe6fHdbh3j+5Lnlru7St8bgA="; }; build-system = [ hatchling ];