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

python3Packages.python-octaviaclient: 3.11.1 -> 3.12.0

parent 90a49d00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

buildPythonPackage rec {
  pname = "python-octaviaclient";
  version = "3.11.1";
  version = "3.12.0";
  pyproject = true;

  src = fetchPypi {
    pname = "python_octaviaclient";
    inherit version;
    hash = "sha256-M+JRUMsTq46+UpqSKFzvtRXsaboUKTuqwWs29v09q04=";
    hash = "sha256-5brfxkpJQousEcXl0YerzYDjrfl0XyWV0RXPTz146Y4=";
  };

  # somehow python-neutronclient cannot be found despite it being supplied