Unverified Commit 8acef304 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #243646 from r-ryantm/auto-update/python310Packages.hcloud

python310Packages.hcloud: 1.24.0 -> 1.25.0
parents 8721a64f ff8d08cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "hcloud";
  version = "1.24.0";
  version = "1.25.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-VqC9ckhVW4ypLnF2aKCN8yDAkflaXu7MlS5hZChWJdw=";
    hash = "sha256-xKoyRwMeyU+qQ0wXsVCTXdQatxQCc5re2Iv6KGjusuA=";
  };

  propagatedBuildInputs = [