gnome-graphs: 1.8.4 -> 1.8.7

(cherry picked from commit 34f04df716)
This commit is contained in:
Hythera
2026-03-14 20:10:43 +01:00
parent ba81b20137
commit 87094dea4f

View File

@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
pname = "gnome-graphs";
version = "1.8.4";
version = "1.8.7";
pyproject = false;
src = fetchFromGitLab {
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Graphs";
rev = "v${version}";
hash = "sha256-up4Hv2gndekDQzEnf7kkskDyRGJ/mqEji7dsuLgnUVI=";
hash = "sha256-nMcpsYW8/WdCKmHnsObAWhDeo7+1vqBGTTXteh6jBus=";
};
nativeBuildInputs = [