Commit 2f72afea authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.hcloud: 2.9.0 -> 2.10.0

parent 4db8287a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "hcloud";
  version = "2.9.0";
  version = "2.10.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-MkYvojUd20ehps6whNcMg1hRgiTkS04Bl/LlwPZ62O8=";
    hash = "sha256-EIO8s47temWK/pgm/8Gi2xgQyoOQoi9LjEN4cTjosbo=";
  };

  build-system = [ setuptools ];