Skip to content

Commit 4f59e81

Browse files
normalceabjornfor
authored andcommitted
gnome-graphs: 1.8.2 -> 1.8.4
1 parent 947a4df commit 4f59e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gn/gnome-graphs/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919

2020
python3Packages.buildPythonApplication rec {
2121
pname = "gnome-graphs";
22-
version = "1.8.2";
22+
version = "1.8.4";
2323
pyproject = false;
2424

2525
src = fetchFromGitLab {
2626
domain = "gitlab.gnome.org";
2727
owner = "World";
2828
repo = "Graphs";
2929
rev = "v${version}";
30-
hash = "sha256-juKo4pFAjowGaykHkByfA9kEJ68z1ttGhA0OsfHt/XM=";
30+
hash = "sha256-up4Hv2gndekDQzEnf7kkskDyRGJ/mqEji7dsuLgnUVI=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)