From ffdc8eefaabf1f6619a8cb95590e040acf083071 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Mar 2025 20:23:21 +0100 Subject: [PATCH] python313Packages.gassist-text: 0.0.11 -> 0.0.12 Diff: https://github.com/tronikos/gassist_text/compare/refs/tags/0.0.11...0.0.12 Changelog: https://github.com/tronikos/gassist_text/releases/tag/0.0.12 --- pkgs/development/python-modules/gassist-text/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/gassist-text/default.nix b/pkgs/development/python-modules/gassist-text/default.nix index 63e3b4bcedcf..bb04045e58f5 100644 --- a/pkgs/development/python-modules/gassist-text/default.nix +++ b/pkgs/development/python-modules/gassist-text/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "gassist-text"; - version = "0.0.11"; + version = "0.0.12"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "tronikos"; repo = "gassist_text"; tag = version; - hash = "sha256-XFHyI48TuPBJjHA4dLSpYv62Y5zK0knrIqNKBoWnEeU="; + hash = "sha256-ToHkep+jcPcl5t05jmzRTX2QAhJRW2R+Qyhwt/zpIfc="; }; nativeBuildInputs = [ setuptools ];