python3Packages.oslo-concurrency: 5.1.0 -> 5.1.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:34 +01:00
parent 28361cc839
commit 19f748c226

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "5.1.0";
version = "5.1.1";
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
sha256 = "sha256-iyF2xXzFSWkrXCAbTJWqV4rnzN+lwPgUxXgY1pptTVE=";
sha256 = "sha256-EQ+2Adgi3UsI7qJ5d9cNAfnxzR6vbezQQqIfQ78/KyU=";
};
postPatch = ''