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

R. Ryantm 30e7c4ca 3a4e23f7

Changed files
+2 -2
pkgs
development
python-modules
cv2-enumerate-cameras
+2 -2
pkgs/development/python-modules/cv2-enumerate-cameras/default.nix
···
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;