python312Packages.unicode-rbnf: 1.2.0 -> 2.1.0

https://github.com/rhasspy/unicode-rbnf/blob/v2.1.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:25 +01:00
parent 1d6656fead
commit 8e12c609d9
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "unicode-rbnf";
version = "1.2.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "unicode-rbnf";
rev = "refs/tags/v${version}";
hash = "sha256-dAoDO707qmdDzCbi7EWNaM9txdBV46NlLkOs7xyycz0=";
hash = "sha256-1kq8qTzFYYRRjlxBdvIiBuXbprA0bF4zMFOVbpgCR3c=";
};
nativeBuildInputs = [ setuptools ];