guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit d5dca4b921664f057f6c1a78ac6fbfaf31c1ec68
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 18779c2a7f..71a2e2edb8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5587,7 +5587,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
@@ -11304,7 +11309,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)
@@ -11313,13 +11318,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