Skip to content

Commit

Permalink
pythonPackages.hcloud: 1.9.1 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liff authored and Jonathan Ringer committed Nov 23, 2020
1 parent c8d1e5d commit 552eb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

buildPythonPackage rec {
pname = "hcloud";
version = "1.9.1";
version = "1.10.0";

src = fetchPypi {
inherit pname version;
sha256 = "069bf78a3c6cd642aae0b1a562b443d2670e6d73d507ce77cbf8a2c16974ca29";
sha256 = "11sdyays90lmkbdxhllc8ccx0xhrafb7dknqgjlrfpzq04v67vyy";
};

propagatedBuildInputs = [ future requests python-dateutil ];
Expand Down

0 comments on commit 552eb71

Please sign in to comment.