python313Packages.unicode-rbnf: 2.2.0 -> 2.3.0 (#391713)

authored by dotlambda and committed by GitHub 1652c488 a28eb313

+3 -3
+3 -3
pkgs/development/python-modules/unicode-rbnf/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "unicode-rbnf"; 15 - version = "2.2.0"; 15 + version = "2.3.0"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "rhasspy"; 20 20 repo = "unicode-rbnf"; 21 21 tag = "v${version}"; 22 - hash = "sha256-jVooLqy1FjCQGll53DqQ074ypjGwPRBzVmgEYXtMP+Y="; 22 + hash = "sha256-RRPQHU8UMVspbhqKVR165czbYY42JopF6Nrhm0up3hw="; 23 23 }; 24 24 25 - nativeBuildInputs = [ setuptools ]; 25 + build-system = [ setuptools ]; 26 26 27 27 pythonImportsCheck = [ "unicode_rbnf" ]; 28 28