Merge pull request #146541 from fabaff/bump-pyezviz

python3Packages.pyezviz: 0.1.9.9 -> 0.2.0.0
This commit is contained in:
Fabian Affolter 2021-11-19 08:21:00 +01:00 committed by GitHub
commit 293e6f0ce5
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.1.9.9";
version = "0.2.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "baqs";
repo = "pyEzviz";
rev = version;
sha256 = "sha256-dhYzzsGNVS8qFymBhFWWacWBXVS7fZHZYtQTeTecYsk=";
sha256 = "sha256-aXqq3a+3PopW4vNA+O0K5OxpcHyJu2YMBJgEya0HKI0=";
};
propagatedBuildInputs = [