Skip to content

Commit

Permalink
gnome-graphs: 1.8.2 -> 1.8.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f59e81)
  • Loading branch information
normalcea authored and bjornfor committed Feb 9, 2025
1 parent a45fa36 commit ef503dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gn/gnome-graphs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

python3Packages.buildPythonApplication rec {
pname = "gnome-graphs";
version = "1.8.2";
version = "1.8.4";
pyproject = false;

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "Graphs";
rev = "v${version}";
hash = "sha256-juKo4pFAjowGaykHkByfA9kEJ68z1ttGhA0OsfHt/XM=";
hash = "sha256-up4Hv2gndekDQzEnf7kkskDyRGJ/mqEji7dsuLgnUVI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ef503dd

Please sign in to comment.