Merge pull request #90480 from liff/pythonPackages.hcloud/1.7.1

pythonPackages.hcloud: 1.7.0 -> 1.8.1
This commit is contained in:
Benjamin Hipple 2020-07-05 19:57:12 -04:00 committed by GitHub
commit cbb3b517f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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