python3Packages.unicode-rbnf: 1.1.0 -> 1.2.0

https://github.com/rhasspy/unicode-rbnf/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:40 +02:00
parent fc10f7a843
commit 2becd051ec
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "unicode-rbnf";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "unicode-rbnf";
rev = "v${version}";
hash = "sha256-PquPoiaO1rEDMz7jaN9MUB0UQGH07M0O9mlrUCsfhm4=";
rev = "refs/tags/v${version}";
hash = "sha256-dAoDO707qmdDzCbi7EWNaM9txdBV46NlLkOs7xyycz0=";
};
nativeBuildInputs = [ setuptools ];