Commit 9e56584b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.python-openstackclient: 8.1.0 -> 8.2.0

parent 4e49fa42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@

buildPythonPackage rec {
  pname = "python-openstackclient";
  version = "8.1.0";
  version = "8.2.0";
  pyproject = true;

  src = fetchPypi {
    pname = "python_openstackclient";
    inherit version;
    hash = "sha256-m5xCs/a8S0tICmJU/FYKywGXh4MeCUOW2/msmuVxrks=";
    hash = "sha256-1hKvGN/GbMjzHmzpZpC2wnOt6KJA7EC39INaiJb7vgE=";
  };

  build-system = [