python3Packages.loguru-logging-intercept: 0.1.4 -> 0.1.5

This commit is contained in:
Martin Weinelt
2025-01-27 10:55:58 +01:00
parent ee3b091077
commit 849b5ac912
@@ -8,15 +8,18 @@
buildPythonPackage rec {
pname = "loguru-logging-intercept";
version = "0.1.4";
version = "0.1.5";
pyproject = true;
# no tags on git
src = fetchPypi {
inherit pname version;
hash = "sha256-ORPBqXtQdMqK0v6n+lBFbLUPR2SEpCpvj8w2KlBjAGQ=";
pname = "loguru_logging_intercept";
inherit version;
hash = "sha256-WBA4vxMQ+7Bs2kivvTc+crvAHVHE3wWPSQgat6fF+YQ=";
};
build-system = [ setuptools ];
dependencies = [ loguru ];
pythonImportsCheck = [ "loguru_logging_intercept" ];