python3Packages.ioctl-opt: 1.3 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-03-07 08:14:00 +00:00
parent 13691e43dc
commit b80d7d1f3b
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "ioctl-opt";
version = "1.3";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "vpelletier";
repo = "python-ioctl-opt";
tag = version;
hash = "sha256-OPQmJUrZIFPdoKitlqWvgMHkLSK2nC01Yy7UpGy+aP8=";
hash = "sha256-IdE1HZ0fj1Cv4bJRQOEv23O3bCiPUP4R10oGhSWjEXA=";
};
build-system = [ setuptools ];