guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 605c651a8e264cc5da4681b6ed31558ee9167359
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900

    gnu: gnome-system-monitor: Update to 48.1.
    
    * gnu/packages/gnome.scm (gnome-system-monitor): Update to 48.1.
    [inputs]: Add libspelling.
    [native-inputs]: Add catch2-3 and cmake.
---
 gnu/packages/gnome.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7c1d8f6fc3..90394f1467 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5580,7 +5580,12 @@ keyboard shortcuts.")
                          `(,glib "bin")
                          `(,gtk "bin")
                          itstool))
-    (inputs (list gtk gtksourceview libadwaita enchant pcre2
+    (inputs (list enchant
+                  gtk
+                  gtksourceview
+                  libadwaita
+                  libspelling
+                  pcre2
                   ;; cyclic module dependency
                   (module-ref
                    (resolve-interface
@@ -11282,7 +11287,7 @@ Bluefish supports many programming and markup 
languages.")
 (define-public gnome-system-monitor
   (package
     (name "gnome-system-monitor")
-    (version "46.0")
+    (version "48.1")
     (source
      (origin
        (method url-fetch)
@@ -11291,13 +11296,15 @@ Bluefish supports many programming and markup 
languages.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "16bmai706vcc373ry51cciap5hg4m71fhwjl4l4c71n6b20j8xjk"))))
+         "0f36zkb6xxncd57krrjnwkd5xgd714j5i01dzmcycrk351p3lg0k"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
        #:configure-flags '("-Dsystemd=false")))
     (native-inputs
-     (list `(,glib "bin")               ;for glib-mkenums.
+     (list catch2-3
+           cmake
+           `(,glib "bin")               ;for glib-mkenums.
            `(,gtk+ "bin")               ;gtk-update-icon-cache
            intltool
            itstool

Reply via email to