python3Packages.unicode-rbnf: 2.3.0 -> 2.4.0 (#450112)

This commit is contained in:
Martin Weinelt
2025-10-26 15:34:56 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "unicode-rbnf";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "unicode-rbnf";
tag = "v${version}";
hash = "sha256-RRPQHU8UMVspbhqKVR165czbYY42JopF6Nrhm0up3hw=";
hash = "sha256-t5QHZVBIRVyhqmgVno3Nql6W0Q91DZ8sJA+nFBdKkj4=";
};
build-system = [ setuptools ];