Unverified Commit 21b2dc94 authored by R. RyanTM's avatar R. RyanTM Committed by Sandro Jäckel
Browse files

python311Packages.python-heatclient: 3.3.0 -> 3.4.0

parent b01852a1
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