Merge pull request #215714 from r-ryantm/auto-update/python310Packages.oslo-concurrency

This commit is contained in:
Sandro 2023-02-11 00:47:17 +01:00 committed by GitHub
commit 668850d4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "5.0.1";
version = "5.1.0";
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
sha256 = "sha256-DfvzYJX0Y3/7tl5cJB9MJYUavTtyjd2tnwc5YwKnJUQ=";
sha256 = "sha256-iyF2xXzFSWkrXCAbTJWqV4rnzN+lwPgUxXgY1pptTVE=";
};
postPatch = ''