lilyp pushed a commit to branch gnome-team
in repository guix.
commit 73ce6c14412313387d273c44373a03d9b5ff5e81
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100
gnu: gnome-system-monitor: Update to 46.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 46.0.
[inputs]: Replace gtk+ with gtk, gtkmm-3 with gtkmm, and libhandy with
libadwaita.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cbe7521404..61a923b7cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11561,7 +11561,7 @@ Bluefish supports many programming and markup
languages.")
(define-public gnome-system-monitor
(package
(name "gnome-system-monitor")
- (version "44.0")
+ (version "46.0")
(source
(origin
(method url-fetch)
@@ -11570,7 +11570,7 @@ Bluefish supports many programming and markup
languages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0vjyqk76k2gzhxc9hcbg0zjwk11wgqz2ji6yr322fa59vgnvgfn2"))))
+ "16bmai706vcc373ry51cciap5hg4m71fhwjl4l4c71n6b20j8xjk"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -11585,9 +11585,9 @@ Bluefish supports many programming and markup
languages.")
pkg-config))
(inputs
(list gdk-pixbuf ;for loading SVG files.
- gtk+
- gtkmm-3
- libhandy
+ gtk
+ gtkmm
+ libadwaita
(librsvg-for-system)
libxml2
libwnck))