Loading pkgs/development/python-modules/hanzidentifier/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/hanzidentifier/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading