python313Packages.tiered-debug: 1.3.0 -> 1.3.1

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

Changelog: https://github.com/untergeek/tiered-debug/releases/tag/v1.3.1
This commit is contained in:
Fabian Affolter
2025-10-04 01:06:48 +02:00
parent fe32de8c90
commit 4f37bf5ca9
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tiered-debug";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "untergeek";
repo = "tiered-debug";
tag = "v${version}";
hash = "sha256-2mThiuJUX+N5qIOXpdFOuIa+kBGYzbZzCeaAfEz3Iy0=";
hash = "sha256-cvyqyyHAeRaCup4V2jbqT1Jx2/waQGtc+Sk3DJy5y8M=";
};
build-system = [ hatchling ];