Merge pull request #115981 from liff/python-hcloud/v1.11.0

pythonPackages.hcloud: 1.10.0 -> 1.11.0
This commit is contained in:
Sandro 2021-03-12 02:04:09 +01:00 committed by GitHub
commit d214588367
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.10.0";
version = "1.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "11sdyays90lmkbdxhllc8ccx0xhrafb7dknqgjlrfpzq04v67vyy";
sha256 = "1yq7g9hk6b95nqd0f7kvh9r8ij8k9hs6gmjif83qip98xvkdwf0b";
};
propagatedBuildInputs = [ future requests python-dateutil ];