mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python: python_openzwave: 0.4.5 -> 0.4.7
This commit is contained in:
parent
b456989181
commit
e6facae890
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python_openzwave";
|
||||
version = "0.4.5";
|
||||
version = "0.4.7";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c12a0eebb0e1919fee978d6a3b7727af8ba1f733c01f595558c83fa746553f5a";
|
||||
sha256 = "b28a3abefc04d1d04dd68ee5a695b091e96ba7ab9a9eaa67db43dd55b61a4664";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue