python3Packages.ioctl-opt: 1.3 -> 1.3.1 (#497485)

This commit is contained in:
Michele Guerini Rocco
2026-03-17 09:03:04 +00:00
committed by GitHub
@@ -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 ];