python3Packages.iocx: 0.7.0 -> 0.7.3 (#522061)

This commit is contained in:
Fabian Affolter
2026-05-19 21:08:33 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
idna,
pefile,
pytestCheckHook,
python-magic,
@@ -10,26 +11,25 @@
buildPythonPackage (finalAttrs: {
pname = "iocx";
version = "0.7.0";
version = "0.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "iocx-dev";
repo = "iocx";
tag = "v${finalAttrs.version}";
hash = "sha256-QLnlxCFVN2hxQtprNuete9iEAy3k4lxJUwbZcPhHMH0=";
hash = "sha256-cCgpkUSlXQm/F8nvpybwt27cicuDAeoHk5t4dYIAsXY=";
};
build-system = [ setuptools ];
dependencies = [
idna
pefile
python-magic
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "iocx" ];