python312Packages.pyezviz: 0.2.2.4 -> 0.2.2.4a (#361258)

This commit is contained in:
Fabian Affolter 2024-12-03 09:49:08 +01:00 committed by GitHub
commit 46b38c7183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "0.2.2.4";
version = "0.2.2.4a";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
rev = "refs/tags/${version}";
hash = "sha256-ngQu9g0qvJ3zDaTdGqJDGRoMhnGYdp5jHDoPiuXOwGs=";
hash = "sha256-OgDplQ6TrK2CZbNgJpoYC8TkK1sG73HdpUyHE+2ZTLk=";
};
build-system = [ setuptools ];