python313Packages.unicode-rbnf: 2.1.0 -> 2.2.0

https://github.com/rhasspy/unicode-rbnf/blob/v2.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:49 +01:00
parent 31b8690bc4
commit 4de4a40fc0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "unicode-rbnf";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "unicode-rbnf";
tag = "v${version}";
hash = "sha256-1kq8qTzFYYRRjlxBdvIiBuXbprA0bF4zMFOVbpgCR3c=";
hash = "sha256-jVooLqy1FjCQGll53DqQ074ypjGwPRBzVmgEYXtMP+Y=";
};
nativeBuildInputs = [ setuptools ];