python3Packages.termgraph: 0.7.5 -> 0.7.6

This commit is contained in:
R. Ryantm
2026-03-28 20:16:54 +00:00
parent 7a4dd1b237
commit 07c53f9928
@@ -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 ];