python312Packages.gios: 3.2.2 -> 4.0.0

Diff: https://github.com/bieniu/gios/compare/refs/tags/3.2.2...4.0.0

Changelog: https://github.com/bieniu/gios/releases/tag/4.0.0
This commit is contained in:
Fabian Affolter 2024-04-21 11:59:46 +02:00
parent 9604b22e78
commit 378dfa7057
1 changed files with 5 additions and 3 deletions

View File

@ -9,20 +9,21 @@
, pytestCheckHook
, pythonOlder
, setuptools
, syrupy
}:
buildPythonPackage rec {
pname = "gios";
version = "3.2.2";
version = "4.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "bieniu";
repo = "gios";
rev = "refs/tags/${version}";
hash = "sha256-5CiKikhIZ+1pb5/NJ2XzpG1XHrkyuW1WUvvNEpxJIcw=";
hash = "sha256-rjC4zWWtaPxuBcjiO9dVsXD4dTa47iwkKuSFx+QXeXw=";
};
build-system = [
@ -39,6 +40,7 @@ buildPythonPackage rec {
pytest-asyncio
pytest-error-for-skips
pytestCheckHook
syrupy
];
disabledTests = [