Merge pull request #175829 from SuperSandro2000/python310Packages.oslo-utils

This commit is contained in:
Sandro 2022-06-02 12:19:27 +02:00 committed by GitHub
commit 7adf49bbab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "4.12.2";
version = "4.13.0";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
sha256 = "sha256-Qf0sT/bS6No4qttaW/JCWKhlDg4KaYprI51IuOQXfDs=";
sha256 = "sha256-RbqKql7QVqjo5GBZ75PVwte5yZvHSA42HPV4Pkfyj7o=";
};
postPatch = ''