Unverified Commit 7f336c58 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.hcloud: 2.10.0 -> 2.11.1 (#461833)

parents b4d7f431 426d08f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-EIO8s47temWK/pgm/8Gi2xgQyoOQoi9LjEN4cTjosbo=";
    hash = "sha256-8hL+H1PL+J7d2sDnAF7C6wIep4n4K+cJe9dM1wWynys=";
  };

  build-system = [ setuptools ];