python313Packages.gios: 5.0.0 -> 6.0.0

Diff: https://github.com/bieniu/gios/compare/refs/tags/5.0.0...6.0.0

Changelog: https://github.com/bieniu/gios/releases/tag/6.0.0
This commit is contained in:
Fabian Affolter
2025-04-05 03:05:20 +02:00
committed by Martin Weinelt
parent 71f4328782
commit ce83e1e019
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gios";
version = "5.0.0";
version = "6.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "gios";
tag = version;
hash = "sha256-J+LCu7wMuc3dYghvkKq58GcBAa76X5IPUWe7qCQwjjI=";
hash = "sha256-SCVyEHxTV+6+3mLh8HEutRXHV2Xt0JzOrNnIKtIcFXw=";
};
build-system = [ setuptools ];