Skip to content

Commit 1e21e69

Browse files
python312Packages.oslo-concurrency: 6.2.0 -> 7.0.0 (NixOS#374465)
2 parents 062c50d + f85dd00 commit 1e21e69

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/oslo-concurrency

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/oslo-concurrency/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
buildPythonPackage rec {
2121
pname = "oslo-concurrency";
22-
version = "6.2.0";
22+
version = "7.0.0";
2323
pyproject = true;
2424

2525
src = fetchPypi {
2626
pname = "oslo.concurrency";
2727
inherit version;
28-
hash = "sha256-q515k1EZ4ryw7et/hYcjaveEQkSrhxU3ILjKhDfRvgI=";
28+
hash = "sha256-DLNz7ioTICQfkt4FqNHPS0eGBl7vYeol08goain6R2U=";
2929
};
3030

3131
postPatch = ''

0 commit comments

Comments
 (0)