lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.cv2-enumerate-cameras: 1.2.2 -> 1.3.0 (#443732)

authored by

Nick Cao and committed by
GitHub
e371e20d 42e3b31f

+2 -2
+2 -2
pkgs/development/python-modules/cv2-enumerate-cameras/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "cv2_enumerate_cameras"; 11 - version = "1.2.2"; 11 + version = "1.3.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "lukehugh"; 15 15 repo = "cv2_enumerate_cameras"; 16 16 tag = "v${version}"; 17 - hash = "sha256-BInGgnsvRrfTaofqZzf5LawM/Lbr0vdgU/l7j/VQi1o="; 17 + hash = "sha256-pIqT5GEEyRIVHjWd9nNSI4oEvsPjOe2mPC3GWxEdonw="; 18 18 }; 19 19 20 20 pyproject = true;