Merge pull request #324882 from r-ryantm/auto-update/python311Packages.oslo-utils

python311Packages.oslo-utils: 7.1.0 -> 7.2.0
This commit is contained in:
Sandro 2024-07-07 01:10:46 +02:00 committed by GitHub
commit ed6cd72b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "7.1.0";
version = "7.2.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.utils";
inherit version;
hash = "sha256-XkLzOU0fH5duiZSsSgkYlm0vfq98dzgN1hLEpBSN2Y4=";
hash = "sha256-lPgFM5GjNQLatNhEZUAyYsoZ/9jP0poaXqPIqmIO9hA=";
};
postPatch = ''