python3Packages.cv2-enumerate-cameras: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-09-17 12:35:52 +00:00
parent 3a4e23f783
commit 30e7c4ca2e
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "cv2_enumerate_cameras";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "lukehugh";
repo = "cv2_enumerate_cameras";
tag = "v${version}";
hash = "sha256-BInGgnsvRrfTaofqZzf5LawM/Lbr0vdgU/l7j/VQi1o=";
hash = "sha256-pIqT5GEEyRIVHjWd9nNSI4oEvsPjOe2mPC3GWxEdonw=";
};
pyproject = true;