mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit b9a910a9473a2c75a2b482ebe30c11c248060574
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Fri Sep 24 15:37:06 2021 +0000
gnu: gnome-system-monitor: Update to 40.1.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 40.1.
[source]: Fix the URL.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6fba648..16ae9a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10178,16 +10178,16 @@ Bluefish supports many programming and markup
languages.")
(define-public gnome-system-monitor
(package
(name "gnome-system-monitor")
- (version "3.32.1")
+ (version "40.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1wd43qdgjav6xamq5z5cy8fri5zr01jga3plc9w95gcia0rk3ha8"))))
+ "06hxd4igxas2kyind5jwfq5qbfkknykpdfy2sy3anylhcx1hzczx"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -10204,6 +10204,7 @@ Bluefish supports many programming and markup
languages.")
`(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
("gtk+" ,gtk+)
("gtkmm" ,gtkmm-3)
+ ("libhandy" ,libhandy)
("librsvg" ,librsvg)
("libxml2" ,libxml2)
("libwnck" ,libwnck)))