python3Packages.hanzidentifier: 1.2.0 -> 1.3.0 (#445079)

This commit is contained in:
Yueh-Shun Li
2025-09-22 07:12:38 +00:00
committed by GitHub
@@ -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 ];