Merge pull request #185358 from r-ryantm/auto-update/python3.10-oslo-concurrency

This commit is contained in:
Sandro 2022-08-06 14:36:42 +02:00 committed by GitHub
commit e1d14d9003
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 = "4.5.1";
version = "5.0.0";
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
sha256 = "sha256-aGm5Rrk9lbq/IM0Wvgb8NaXsFNB+osHzFfSsbqXw2hc=";
sha256 = "sha256-n0aUbp+KcqBvFP49xBiaTT3TmGKDFSU5OjEZvbvniX4=";
};
postPatch = ''