python3Packages.iocx: 0.7.4.1 -> 0.7.5

Diff: https://github.com/iocx-dev/iocx/compare/v0.7.4.1...v0.7.5

Changelog: https://github.com/iocx-dev/iocx/releases/tag/v0.7.5
This commit is contained in:
Fabian Affolter
2026-07-01 23:44:26 +02:00
parent 31acdb877e
commit 9d97fa5c04
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "iocx";
version = "0.7.4.1";
version = "0.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "iocx-dev";
repo = "iocx";
tag = "v${finalAttrs.version}";
hash = "sha256-bSfmAAsVgtyCapcc9k4ky+nAFZV6GUf/EX1Ht8TOEg4=";
hash = "sha256-j7GApoKh0LBTWMLnapqzRncDFLu+89wLeNmSHxflcks=";
};
build-system = [ setuptools ];