python3Packages.oslo-concurrency: 7.4.0 -> 7.4.1 (#512007)

This commit is contained in:
Nick Cao
2026-04-21 20:09:09 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "7.4.0";
version = "7.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "oslo.concurrency";
tag = version;
hash = "sha256-i2w3c5/Xuhjc7cAaIiuRNtz5JTG9tjXsrn4IUhuMLxA=";
hash = "sha256-NZ6OsaDwqEsW2FZEi8cjXkLa7EwVqt3mYPRkG/jGiFM=";
};
postPatch = ''