python3Packages.iocx: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-04-28 17:35:52 +00:00
parent 1997c5f274
commit 7be7c76604
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "iocx";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "iocx-dev";
repo = "iocx";
tag = "v${finalAttrs.version}";
hash = "sha256-WdUHqQXq/qJyqZ5O9+E777+fQaQowvftDtQ0mj67FHw=";
hash = "sha256-QLnlxCFVN2hxQtprNuete9iEAy3k4lxJUwbZcPhHMH0=";
};
build-system = [ setuptools ];