We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a4df commit 4f59e81Copy full SHA for 4f59e81
pkgs/by-name/gn/gnome-graphs/package.nix
@@ -19,15 +19,15 @@
19
20
python3Packages.buildPythonApplication rec {
21
pname = "gnome-graphs";
22
- version = "1.8.2";
+ version = "1.8.4";
23
pyproject = false;
24
25
src = fetchFromGitLab {
26
domain = "gitlab.gnome.org";
27
owner = "World";
28
repo = "Graphs";
29
rev = "v${version}";
30
- hash = "sha256-juKo4pFAjowGaykHkByfA9kEJ68z1ttGhA0OsfHt/XM=";
+ hash = "sha256-up4Hv2gndekDQzEnf7kkskDyRGJ/mqEji7dsuLgnUVI=";
31
};
32
33
nativeBuildInputs = [
0 commit comments