python311Packages.oslo-concurrency: 5.3.0 -> 6.0.0

This commit is contained in:
R. Ryantm 2024-02-28 23:33:13 +00:00
parent 6780926802
commit 0822949d9c

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "5.3.0";
version = "6.0.0";
format = "setuptools";
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
hash = "sha256-yqaSBw0hVZ73H/WQeAb3USoXgsRby1ChlP4+DNeNfe0=";
hash = "sha256-tS8CtORvXydLkfuOG/xcv5pBjfzUqDvggDRUlePSboo=";
};
postPatch = ''