Unverified Commit af5cf876 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.python-heatclient: 3.3.0 -> 3.4.0
parents 4a6c1d76 21b2dc94
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{ 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