Revert "python3Packages.pyezviz: 0.2.2.4a -> 1.0.0.6"

This reverts commit bafd72fd4e.
This commit is contained in:
Robert Schütz
2025-02-06 18:55:53 +01:00
committed by Martin Weinelt
parent a6b0333acf
commit 3f89ceae8e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "1.0.0.6";
version = "0.2.2.4a";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
tag = version;
hash = "sha256-KtAqmM4k1o89lG/yb2er1r792zGyNx+TgIQhELr3yTc=";
hash = "sha256-OgDplQ6TrK2CZbNgJpoYC8TkK1sG73HdpUyHE+2ZTLk=";
};
build-system = [ setuptools ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python interface for for Ezviz cameras";
homepage = "https://github.com/baqs/pyEzviz/";
changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${src.tag}";
changelog = "https://github.com/BaQs/pyEzviz/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
mainProgram = "pyezviz";