Commit 4f59e814 authored by normalc's avatar normalc Committed by Bjørn Forsman
Browse files

gnome-graphs: 1.8.2 -> 1.8.4

parent 947a4df2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

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

  src = fetchFromGitLab {
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = "Graphs";
    rev = "v${version}";
    hash = "sha256-juKo4pFAjowGaykHkByfA9kEJ68z1ttGhA0OsfHt/XM=";
    hash = "sha256-up4Hv2gndekDQzEnf7kkskDyRGJ/mqEji7dsuLgnUVI=";
  };

  nativeBuildInputs = [