pythonPackages.hcloud: 1.7.0 -> 1.8.1

This commit is contained in:
Olli Helenius 2020-06-23 11:47:27 +03:00
parent 5abeb133de
commit 038e044c83
No known key found for this signature in database
GPG Key ID: 65B7BEC581BD1DD1

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hcloud"; pname = "hcloud";
version = "1.7.0"; version = "1.8.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d249ab784b23026fcde21e4d69b46eaf9f3559ba3612f1d896a4092ecfc06a75"; sha256 = "1xkds49z4hjyvz170913dz6886lhq4hb2n6dqqpv6q5p1znsx2gj";
}; };
propagatedBuildInputs = [ future requests python-dateutil ]; propagatedBuildInputs = [ future requests python-dateutil ];