From 2becd051ec2a5cf89876e4b1d8c2a9a63404e2e3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:42 +0200 Subject: [PATCH] python3Packages.unicode-rbnf: 1.1.0 -> 1.2.0 https://github.com/rhasspy/unicode-rbnf/blob/v1.2.0/CHANGELOG.md --- pkgs/development/python-modules/unicode-rbnf/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/unicode-rbnf/default.nix b/pkgs/development/python-modules/unicode-rbnf/default.nix index a672feebf5ee..7bc806314a72 100644 --- a/pkgs/development/python-modules/unicode-rbnf/default.nix +++ b/pkgs/development/python-modules/unicode-rbnf/default.nix @@ -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 ];