python3Packages.termgraph: 0.7.5 -> 0.7.6 (#504481)

This commit is contained in:
Nick Cao
2026-03-30 19:15:49 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "termgraph";
version = "0.7.5";
version = "0.7.6";
pyproject = true;
src = fetchFromGitHub {
owner = "mkaz";
repo = "termgraph";
tag = "v${version}";
hash = "sha256-DptokK79yAfQDuhN2d/HfcaRq//0pF81VkhMfz05Hb0=";
hash = "sha256-ruztSbouRpi88fMB6kijbHFZzS3ZvwqP/BBmTE3DlDs=";
};
build-system = [ hatchling ];