lilyp pushed a commit to branch gnome-team
in repository guix.
commit 5fd0757f9a68e5744f907cea60a4fd44a02c8558
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Jul 19 11:09:10 2024 +0200
gnu: sysprof: Update to 46.0.
* gnu/packages/gnome.scm (sysprof): Update to 46.0.
---
gnu/packages/gnome.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 87022a86b2..a8c4e1435e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13509,15 +13509,15 @@ GObject introspection bindings.")
(define-public sysprof
(package
(name "sysprof")
- (version "3.48.0")
+ (version "46.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/sysprof/"
- (version-major+minor version) "/"
+ (version-major version) "/"
"sysprof-" version ".tar.xz"))
(sha256
- (base32 "0s11jwkvdbnq2jyz26mwy47wcxfsbawg53zlackvabygcqd0in87"))))
+ (base32 "0xnil6ian02mlgdq9s5rwd4l5vp6ywyp4nm08q4lwgmbxdspxakk"))))
(build-system meson-build-system)
(arguments
(list
@@ -13542,6 +13542,8 @@ GObject introspection bindings.")
json-glib
libadwaita
libdazzle
+ libdex
+ libpanel
libunwind
polkit))
(native-inputs