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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user