python313Packages.tiered-debug: 1.3.1 -> 1.4.0

Diff: https://github.com/untergeek/tiered-debug/compare/v1.3.1...v1.4.0

Changelog: https://github.com/untergeek/tiered-debug/releases/tag/v1.4.0
This commit is contained in:
Fabian Affolter
2025-10-08 12:39:20 +02:00
parent 5ea27cd691
commit f29309cfc3
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tiered-debug";
version = "1.3.1";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "untergeek";
repo = "tiered-debug";
tag = "v${version}";
hash = "sha256-cvyqyyHAeRaCup4V2jbqT1Jx2/waQGtc+Sk3DJy5y8M=";
hash = "sha256-lGt2cnT5Pjb87msgnDawn2gg2VtWXwniHM1wTjHU/x4=";
};
build-system = [ hatchling ];