Commit fd4c19a2 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python311Packages.python-openstackclient: 7.1.2 -> 7.2.0

parent 55131d78
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
  python-watcherclient,
  python-zaqarclient,
  python-zunclient,
  pythonOlder,
  requests-mock,
  requests,
  setuptools,
@@ -33,12 +34,14 @@

buildPythonPackage rec {
  pname = "python-openstackclient";
  version = "7.1.2";
  version = "7.2.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-hLbxcm/LkqMU2dyTMYhIB12iR7eYMUhC0bFS8zZEGl0=";
    hash = "sha256-9je3W78PU3iZJjzVMSPXPxBZ0vMYY5xSLJA9zBJ7O5I=";
  };

  build-system = [