Commit 865188fe authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.oslo-concurrency: 6.1.0 -> 6.2.0

parent bfaeff09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''