guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.


From: guix-commits
Subject: 07/08: gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.
Date: Sat, 22 Jan 2022 01:55:18 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 8eb933328148da882e9783d6507cae78b03743d0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 22 01:44:42 2022 -0500

    gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.
    
    * gnu/packages/gnome.scm (gnome-system-monitor): Update to 41.0.
    [native-inputs]: Re-style.
    [inputs]: Likewise.
---
 gnu/packages/gnome.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea973680bf..21e3f898f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10345,7 +10345,7 @@ Bluefish supports many programming and markup 
languages.")
 (define-public gnome-system-monitor
   (package
     (name "gnome-system-monitor")
-    (version "40.1")
+    (version "41.0")
     (source
      (origin
        (method url-fetch)
@@ -10354,21 +10354,21 @@ Bluefish supports many programming and markup 
languages.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "06hxd4igxas2kyind5jwfq5qbfkknykpdfy2sy3anylhcx1hzczx"))))
+         "0pwy2c95rm0ym3x5pr6rqg7zh58crjxyns4r52q99ds937349z67"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
        #:configure-flags '("-Dsystemd=false")))
     (native-inputs
-     `(("glib:bin" ,glib "bin") ; for glib-mkenums.
-       ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
-       ("intltool" ,intltool)
-       ("itstool" ,itstool)
-       ("libgtop" ,libgtop)
-       ("polkit" ,polkit)
-       ("pkg-config" ,pkg-config)))
+     (list `(,glib "bin")               ;for glib-mkenums.
+           `(,gtk+ "bin")               ;gtk-update-icon-cache
+           intltool
+           itstool
+           libgtop
+           polkit
+           pkg-config))
     (inputs
-     (list gdk-pixbuf ; for loading SVG files.
+     (list gdk-pixbuf                   ;for loading SVG files.
            gtk+
            gtkmm-3
            libhandy



reply via email to

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