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 76e04bd + 95279e2 commit ab6027eCopy full SHA for ab6027e
pkgs/development/python-modules/concurrent-log-handler/default.nix
@@ -8,13 +8,13 @@
8
9
buildPythonPackage rec {
10
pname = "concurrent-log-handler";
11
- version = "0.9.25";
+ version = "0.9.26";
12
pyproject = true;
13
14
src = fetchPypi {
15
pname = "concurrent_log_handler";
16
inherit version;
17
- hash = "sha256-HixvAhQU4hTT2sZhB4lIJ6PnjbYwGDBKTynlW6VJrCI=";
+ hash = "sha256-jyK/eXJKAVK56X2cLc9OyzOWB8gL8xL2gGYHAkMAa0k=";
18
};
19
20
build-system = [ hatchling ];
0 commit comments