We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a46c8 + 6d4e19b commit 293e6f0Copy full SHA for 293e6f0
pkgs/development/python-modules/pyezviz/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "pyezviz";
14
- version = "0.1.9.9";
+ version = "0.2.0.0";
15
format = "setuptools";
16
17
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "baqs";
21
repo = "pyEzviz";
22
rev = version;
23
- sha256 = "sha256-dhYzzsGNVS8qFymBhFWWacWBXVS7fZHZYtQTeTecYsk=";
+ sha256 = "sha256-aXqq3a+3PopW4vNA+O0K5OxpcHyJu2YMBJgEya0HKI0=";
24
};
25
26
propagatedBuildInputs = [
0 commit comments