Merge pull request #280229 from SuperSandro2000/auto-update/python311Packages.python-heatclient

python311Packages.python-heatclient: 3.3.0 -> 3.4.0
This commit is contained in:
Fabian Affolter 2024-01-12 11:07:32 +01:00 committed by GitHub
commit af5cf87674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ lib
, babel
, buildPythonPackage
, cliff
, fetchPypi
@ -22,18 +21,17 @@
buildPythonPackage rec {
pname = "python-heatclient";
version = "3.3.0";
version = "3.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-opBb9Zf60kgMtBNis2c+22VGS7psFEDPYvlz7WyKIHs=";
hash = "sha256-ggfhDJW2qn0o4Wi5cdPsEpoHb9miZbr4Ba8mgLkStvI=";
};
propagatedBuildInputs = [
babel
cliff
iso8601
keystoneauth1