python3Packages.gios: 7.0.0 -> 7.1.0 (#525466)

This commit is contained in:
Nick Cao
2026-05-29 14:19:30 +00:00
committed by GitHub
@@ -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 ];