python311Packages.pyezviz: 0.2.2.2 -> 0.2.2.3

Diff: https://github.com/baqs/pyEzviz/compare/refs/tags/0.2.2.2...0.2.2.3

Changelog: https://github.com/BaQs/pyEzviz/releases/tag/0.2.2.3
This commit is contained in:
Fabian Affolter 2023-11-09 09:18:41 +01:00
parent a5e0fd8ecb
commit 4fb5b07548

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "0.2.2.2";
version = "0.2.2.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
rev = "refs/tags/${version}";
hash = "sha256-YQlPv8YfPbYfpg+4VrLWHOWYJoecuAr3K7JBiogiI/g=";
hash = "sha256-HZLWpoo0luAqqwLA3t7cDh0yVP6znrzMoUg7cuexd28=";
};
propagatedBuildInputs = [