lilyp pushed a commit to branch gnome-team in repository guix. commit 6f6a99bea1462025a298d922b70558c88e63cd38 Author: Liliana Marie Prikler <liliana.prik...@gmail.com> 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 698a9a87b7..eff6fa6263 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11565,7 +11565,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) @@ -11574,7 +11574,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 @@ -11589,9 +11589,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))