python3Packages.pyezviz: 0.2.0.0 -> 0.2.0.5

This commit is contained in:
Fabian Affolter 2021-11-21 10:32:35 +01:00
parent b56d7a70a7
commit 92ed0039ff

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyezviz";
version = "0.2.0.0";
version = "0.2.0.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
rev = version;
sha256 = "sha256-aXqq3a+3PopW4vNA+O0K5OxpcHyJu2YMBJgEya0HKI0=";
sha256 = "sha256-a+u8zS69qLHABPSvWEzhM/gdzlLh2RJLTDJjaX4DtpI=";
};
propagatedBuildInputs = [