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

python312Packages.hcloud: 1.33.2 -> 1.34.0
This commit is contained in:
Mario Rodas 2024-03-28 18:29:23 -05:00 committed by GitHub
commit afaad87041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 4 deletions

View File

@ -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