guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/76: gnu: gnome-system-monitor: Update to 40.1.


From: guix-commits
Subject: 17/76: gnu: gnome-system-monitor: Update to 40.1.
Date: Mon, 27 Sep 2021 10:29:55 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit ca03fd03d720806aad7836a0257bb81e95b133b9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 15:37:06 2021 +0000

    gnu: gnome-system-monitor: Update to 40.1.
    
    * gnu/packages/gnome.scm (gnome-system-monitor): Update to 40.1.
    [source]: Fix the URL.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6fba648..16ae9a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10178,16 +10178,16 @@ Bluefish supports many programming and markup 
languages.")
 (define-public gnome-system-monitor
   (package
     (name "gnome-system-monitor")
-    (version "3.32.1")
+    (version "40.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnome/sources/" name "/"
-                           (version-major+minor version) "/"
+                           (version-major version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wd43qdgjav6xamq5z5cy8fri5zr01jga3plc9w95gcia0rk3ha8"))))
+         "06hxd4igxas2kyind5jwfq5qbfkknykpdfy2sy3anylhcx1hzczx"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -10204,6 +10204,7 @@ Bluefish supports many programming and markup 
languages.")
      `(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
        ("gtk+" ,gtk+)
        ("gtkmm" ,gtkmm-3)
+       ("libhandy" ,libhandy)
        ("librsvg" ,librsvg)
        ("libxml2" ,libxml2)
        ("libwnck" ,libwnck)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]