python3Packages.python-openstackclient: 8.2.0 -> 8.3.0

This commit is contained in:
R. Ryantm
2026-01-27 00:20:28 +00:00
parent ed4ecd3a08
commit b2dcd52c72
@@ -34,13 +34,13 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "8.2.0";
version = "8.3.0";
pyproject = true;
src = fetchPypi {
pname = "python_openstackclient";
inherit version;
hash = "sha256-1hKvGN/GbMjzHmzpZpC2wnOt6KJA7EC39INaiJb7vgE=";
hash = "sha256-zHsy5F8Lju2SFeAhiuoCUmYZpeewaCsngXaRNK/Xb/g=";
};
build-system = [