Merge pull request #221226 from r-ryantm/auto-update/python310Packages.python-openstackclient

python310Packages.python-openstackclient: 6.1.0 -> 6.2.0
This commit is contained in:
Sandro 2023-03-15 14:12:10 +01:00 committed by GitHub
commit b9ac159f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "6.1.0";
version = "6.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7ZF5GFG/eQmvQYnVmaV8iWYPhWldJPPumlZloeJkNLg=";
sha256 = "sha256-fFOr4bc7RT9Z2ntzZ5w7dZtI5RuLBUhktf3qLqgnJ9Y=";
};
nativeBuildInputs = [