python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm
2024-12-26 08:52:56 +00:00
parent bfaeff093d
commit 865188fefd
@@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "6.1.0";
version = "6.2.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
hash = "sha256-tWSuCvLuV3DztuYw3yakuGdsf+Qih/GIPiWaUard8Jc=";
hash = "sha256-q515k1EZ4ryw7et/hYcjaveEQkSrhxU3ILjKhDfRvgI=";
};
postPatch = ''