python312Packages.oslo-concurrency: 6.2.0 -> 7.0.0

This commit is contained in:
R. Ryantm
2025-01-17 05:45:29 +00:00
parent 0bda27c93d
commit f85dd00188
@@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "6.2.0";
version = "7.0.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
hash = "sha256-q515k1EZ4ryw7et/hYcjaveEQkSrhxU3ILjKhDfRvgI=";
hash = "sha256-DLNz7ioTICQfkt4FqNHPS0eGBl7vYeol08goain6R2U=";
};
postPatch = ''