Merge pull request #295829 from fabaff/gassist-text-bump

python311Packages.gassist-text: 0.0.10 -> 0.0.11
This commit is contained in:
Fabian Affolter
2024-03-14 16:47:50 +01:00
committed by GitHub
@@ -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 = [