guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 99445e0bf0b516f341049208369cc8e66e268659
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.
Change-Id: I7960293f2ec915a274006a20998ba23347b8962d
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 342fb0aab9..53b436e3b1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11652,7 +11652,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)
@@ -11661,7 +11661,7 @@ 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