Unverified Commit c30004bd authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

openstackclient-full: 7.4.0 -> 8.0.0 (#397668)

parents 60f1b036 e0b60c36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@

buildPythonPackage rec {
  pname = "python-openstackclient";
  version = "7.4.0";
  version = "8.0.0";
  pyproject = true;

  src = fetchPypi {
    pname = "python_openstackclient";
    inherit version;
    hash = "sha256-6BfhGgHLK1FvvZnc5FwJnI5BxD0RuxHmZycDqDhEnZ8=";
    hash = "sha256-W3peBok/gztdKW0BnFDULHNo43dI7mvo6bFWVbmZQk4=";
  };

  build-system = [