Commit e0b60c36 authored by R. RyanTM's avatar R. RyanTM
Browse files

openstackclient-full: 7.4.0 -> 8.0.0

parent c4328615
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 = [