Unverified Commit 56aef9c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268163 from fabaff/hcloud-bump

python311Packages.hcloud: 1.31.0 -> 1.32.0
parents 561a1079 e0b0c735
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "hcloud";
  version = "1.31.0";
  version = "1.32.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-hF+gptNLAeLtpZGrwOezwFeihDt1smCp4QkK5lENMHo=";
    hash = "sha256-vX85fDFNGJ8zJe6YCPn7VFOdvPkT35VbM3Do+cP2b/Y=";
  };

  propagatedBuildInputs = [