python311Packages.gassist-text: 0.0.10 -> 0.0.11

Diff: https://github.com/tronikos/gassist_text/compare/refs/tags/0.0.10...0.0.11

Changelog: https://github.com/tronikos/gassist_text/releases/tag/0.0.11
This commit is contained in:
Fabian Affolter 2024-03-14 10:04:28 +01:00
parent 2b75931c56
commit fdcf51d12c

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "gassist-text";
version = "0.0.10";
version = "0.0.11";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "tronikos";
repo = "gassist_text";
rev = "refs/tags/${version}";
hash = "sha256-BSMflCSYNAaQVTOqKWyr9U9Q70ley1jjF6ndOVum+GA=";
hash = "sha256-XFHyI48TuPBJjHA4dLSpYv62Y5zK0knrIqNKBoWnEeU=";
};
nativeBuildInputs = [