Skip to content

Commit

Permalink
python310Packages.hcloud: 1.19.0 -> 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 15, 2023
1 parent d4317fa commit d08861a
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 @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "hcloud";
version = "1.19.0";
version = "1.20.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-IKgK8UQYVPV8zm0wqmVyFDeRv0h9+1iwJ3Ih6yrXIOM=";
hash = "sha256-s4l3DZdKfyC1Eu3PwLQHQpdcIw4yvEURxRjgxJlaXsg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit d08861a

Please sign in to comment.