Skip to content

Commit 293e6f0

Browse files
authored
Merge pull request #146541 from fabaff/bump-pyezviz
python3Packages.pyezviz: 0.1.9.9 -> 0.2.0.0
2 parents 03a46c8 + 6d4e19b commit 293e6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyezviz/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyezviz";
14-
version = "0.1.9.9";
14+
version = "0.2.0.0";
1515
format = "setuptools";
1616

1717
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "baqs";
2121
repo = "pyEzviz";
2222
rev = version;
23-
sha256 = "sha256-dhYzzsGNVS8qFymBhFWWacWBXVS7fZHZYtQTeTecYsk=";
23+
sha256 = "sha256-aXqq3a+3PopW4vNA+O0K5OxpcHyJu2YMBJgEya0HKI0=";
2424
};
2525

2626
propagatedBuildInputs = [

0 commit comments

Comments
 (0)