python3Packages.unicode-rbnf: 2.3.0 -> 2.4.0

https://github.com/rhasspy/unicode-rbnf/blob/v2.4.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-10-09 01:22:53 +02:00
parent c28e84b9e6
commit bb932da42b
@@ -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 ];