python: pyunifi: 2.19.0 -> 2.20.1
This commit is contained in:
parent
f0e5141b4a
commit
91d2e8564d
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyunifi";
|
pname = "pyunifi";
|
||||||
version = "2.19.0";
|
version = "2.20.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f022eb2135b88a9d391f4553fac1bf90f3808d660fd0058203f6f9e57214626b";
|
sha256 = "b52d1b0d87365fcfed8572b5dbd8d675bffece4ab3484bf083863f278c727d3d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
|
Loading…
Reference in a new issue