nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.hanzidentifier: 1.2.0 -> 1.3.0

R. Ryantm b9d5ec78 979665e7

+2 -2
+2 -2
pkgs/development/python-modules/hanzidentifier/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "hanzidentifier"; 12 - version = "1.2.0"; 12 + version = "1.3.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "tsroten"; 17 17 repo = "hanzidentifier"; 18 18 tag = "v${version}"; 19 - hash = "sha256-TVS21zy5UR+tGgVRB6eUguy2PGgruxbc+QR0DYUWl4w="; 19 + hash = "sha256-SXIMk5Pr2jqoWOjKfVVhe6fHdbh3j+5Lnlru7St8bgA="; 20 20 }; 21 21 22 22 build-system = [ hatchling ];