openstackclient-full: 7.2.0 -> 7.2.1

This commit is contained in:
R. Ryantm 2024-12-05 06:44:06 +00:00
parent 929116e316
commit 0e2d8416d0

View File

@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "7.2.0";
version = "7.2.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-9je3W78PU3iZJjzVMSPXPxBZ0vMYY5xSLJA9zBJ7O5I=";
hash = "sha256-65q+VrUnJiRbmb37U5ps1RlsBSA5gJcDxlxpBJ5Eyjk=";
};
build-system = [