Skip to content

Commit ab6027e

Browse files
authored
python3Packages.concurrent-log-handler: 0.9.25 -> 0.9.26 (#405913)
2 parents 76e04bd + 95279e2 commit ab6027e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/concurrent-log-handler

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/concurrent-log-handler/default.nix

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

99
buildPythonPackage rec {
1010
pname = "concurrent-log-handler";
11-
version = "0.9.25";
11+
version = "0.9.26";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
pname = "concurrent_log_handler";
1616
inherit version;
17-
hash = "sha256-HixvAhQU4hTT2sZhB4lIJ6PnjbYwGDBKTynlW6VJrCI=";
17+
hash = "sha256-jyK/eXJKAVK56X2cLc9OyzOWB8gL8xL2gGYHAkMAa0k=";
1818
};
1919

2020
build-system = [ hatchling ];

0 commit comments

Comments
 (0)