We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 062c50d + f85dd00 commit 1e21e69Copy full SHA for 1e21e69
pkgs/development/python-modules/oslo-concurrency/default.nix
@@ -19,13 +19,13 @@
19
20
buildPythonPackage rec {
21
pname = "oslo-concurrency";
22
- version = "6.2.0";
+ version = "7.0.0";
23
pyproject = true;
24
25
src = fetchPypi {
26
pname = "oslo.concurrency";
27
inherit version;
28
- hash = "sha256-q515k1EZ4ryw7et/hYcjaveEQkSrhxU3ILjKhDfRvgI=";
+ hash = "sha256-DLNz7ioTICQfkt4FqNHPS0eGBl7vYeol08goain6R2U=";
29
};
30
31
postPatch = ''
0 commit comments