python3Packages.gios: 7.1.0 -> 7.1.1

https://github.com/bieniu/gios/releases/tag/7.1.1
This commit is contained in:
Martin Weinelt
2026-07-21 20:59:53 +02:00
parent 9d5f646c9a
commit 403bd446df

View File

@@ -1,7 +1,7 @@
{
lib,
aiohttp,
aioresponses,
aiointercept,
buildPythonPackage,
dacite,
fetchFromGitHub,
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "gios";
version = "7.1.0";
version = "7.1.1";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "gios";
tag = version;
hash = "sha256-m7baTU7oWcjqCgiZ7GcOYVM23jcvycQcAbPhO1jWahk=";
hash = "sha256-VWLdvk+PF/0BaPNIIJcb+rsW1MyNoHcQuVx1Kvx20jk=";
};
nativeBuildInputs = [
@@ -40,7 +40,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aioresponses
aiointercept
pytest-asyncio
pytest-error-for-skips
pytestCheckHook