Unverified Commit afaad870 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299528 from r-ryantm/auto-update/python312Packages.hcloud

python312Packages.hcloud: 1.33.2 -> 1.34.0
parents 789b419d c0bbfae6
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -7,21 +7,26 @@
, python-dateutil
, pythonOlder
, requests
, setuptools
}:

buildPythonPackage rec {
  pname = "hcloud";
  version = "1.33.2";
  format = "setuptools";
  version = "1.34.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-GCiw+HbN/0na2fiAS16On72nj09VR0Naw6wwCIQ4zl8=";
    hash = "sha256-8hwr0K+6nLgAVMhXb/08CS7HrlLYQ/SV0K8MWH/PQk0=";
  };

  propagatedBuildInputs = [
  build-system = [
    setuptools
  ];

  dependencies = [
    future
    requests
    python-dateutil