gnome-graphs: 1.8.1 -> 1.8.2 (#343712)

This commit is contained in:
Pol Dellaiera
2024-10-16 11:18:51 +02:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
python3Packages.buildPythonApplication rec {
pname = "gnome-graphs";
version = "1.8.1";
version = "1.8.2";
pyproject = false;
src = fetchFromGitLab {
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
owner = "World";
repo = "Graphs";
rev = "v${version}";
hash = "sha256-ae6lyyr3vvENyn1kKc8Va4I++7B0rdURwjEpA9klLGg=";
hash = "sha256-juKo4pFAjowGaykHkByfA9kEJ68z1ttGhA0OsfHt/XM=";
};
nativeBuildInputs = [