Commit 95279e27 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.concurrent-log-handler: 0.9.25 -> 0.9.26

parent c3f9e1d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "concurrent-log-handler";
  version = "0.9.25";
  version = "0.9.26";
  pyproject = true;

  src = fetchPypi {
    pname = "concurrent_log_handler";
    inherit version;
    hash = "sha256-HixvAhQU4hTT2sZhB4lIJ6PnjbYwGDBKTynlW6VJrCI=";
    hash = "sha256-jyK/eXJKAVK56X2cLc9OyzOWB8gL8xL2gGYHAkMAa0k=";
  };

  build-system = [ hatchling ];