python312Packages.gios: 4.0.0 -> 5.0.0 (#348157)

This commit is contained in:
Fabian Affolter 2024-10-14 13:50:05 +02:00 committed by GitHub
commit 56bacf1d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gios";
version = "4.0.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "gios";
rev = "refs/tags/${version}";
hash = "sha256-rjC4zWWtaPxuBcjiO9dVsXD4dTa47iwkKuSFx+QXeXw=";
hash = "sha256-J+LCu7wMuc3dYghvkKq58GcBAa76X5IPUWe7qCQwjjI=";
};
build-system = [ setuptools ];