Merge pull request #241508 from fabaff/pyezviz-bump

python311Packages.pyezviz: 0.2.1.7 -> 0.2.2.0
This commit is contained in:
Fabian Affolter 2023-07-05 08:43:08 +02:00 committed by GitHub
commit 93395eed37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "0.2.1.7";
version = "0.2.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
rev = "refs/tags/${version}";
hash = "sha256-bixcjSFuvZfcTJ5eAv9NUEhoqTq45tF6mQSNxwFQzCA=";
hash = "sha256-o+hGPLptqzBHtQNquM/jP88QFQ1tiZqI/NXColHrcAM=";
};
propagatedBuildInputs = [