python3Packages.python-octaviaclient: 3.11.0 -> 3.11.1

This commit is contained in:
R. Ryantm 2025-06-17 08:17:14 +00:00
parent 1f622956bd
commit d533e8ae67

View File

@ -30,13 +30,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-octaviaclient"; pname = "python-octaviaclient";
version = "3.11.0"; version = "3.11.1";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "python_octaviaclient"; pname = "python_octaviaclient";
inherit version; inherit version;
hash = "sha256-IzB40LIn8iW7sO6eB8NgnpFc/vBhfZv4HLMXpgpdP1U="; hash = "sha256-M+JRUMsTq46+UpqSKFzvtRXsaboUKTuqwWs29v09q04=";
}; };
# somehow python-neutronclient cannot be found despite it being supplied # somehow python-neutronclient cannot be found despite it being supplied