python3Packages.gios: 7.0.0 -> 7.1.0

Diff: https://github.com/bieniu/gios/compare/7.0.0...7.1.0

Changelog: https://github.com/bieniu/gios/releases/tag/7.1.0
This commit is contained in:
Fabian Affolter
2026-05-29 09:47:56 +02:00
parent 24c75e99f2
commit 70db56f341
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gios";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "gios";
tag = version;
hash = "sha256-ZQjDL6BG075nvhKGSYNy2O8Fu8hizTmKwit6fvdopxg=";
hash = "sha256-m7baTU7oWcjqCgiZ7GcOYVM23jcvycQcAbPhO1jWahk=";
};
build-system = [ setuptools ];