python311Packages.oslo-concurrency: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-01-11 06:15:24 +00:00
parent b01852a162
commit a0e3bed456
@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "5.2.0";
version = "5.3.0";
format = "setuptools";
src = fetchPypi {
pname = "oslo.concurrency";
inherit version;
hash = "sha256-ihnsV07QV+k9UWdDJgX/h0xLkBelIV/QIaIDTGzVKpI=";
hash = "sha256-yqaSBw0hVZ73H/WQeAb3USoXgsRby1ChlP4+DNeNfe0=";
};
postPatch = ''