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 13 buildPythonPackage rec { 14 pname = "unicode-rbnf"; 15 - version = "2.2.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "rhasspy"; 20 repo = "unicode-rbnf"; 21 tag = "v${version}"; 22 - hash = "sha256-jVooLqy1FjCQGll53DqQ074ypjGwPRBzVmgEYXtMP+Y="; 23 }; 24 25 - nativeBuildInputs = [ setuptools ]; 26 27 pythonImportsCheck = [ "unicode_rbnf" ]; 28
··· 12 13 buildPythonPackage rec { 14 pname = "unicode-rbnf"; 15 + version = "2.3.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "rhasspy"; 20 repo = "unicode-rbnf"; 21 tag = "v${version}"; 22 + hash = "sha256-RRPQHU8UMVspbhqKVR165czbYY42JopF6Nrhm0up3hw="; 23 }; 24 25 + build-system = [ setuptools ]; 26 27 pythonImportsCheck = [ "unicode_rbnf" ]; 28