me
/
guix
Archived
1
0
Fork 0

gnu: sysprof: Upgrade to 3.42.1.

* gnu/packages/gnome.scm (sysprof): Upgrade to 3.42.1.
[propagated-inputs]: Add polkit.
[inputs]: Add json-glib.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Vivien Kraus 2021-11-18 14:20:53 +01:00 committed by Ludovic Courtès
parent e8b2b11b01
commit ee98739c83
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 2 deletions

View File

@ -12257,7 +12257,7 @@ GObject introspection bindings.")
(define-public sysprof
(package
(name "sysprof")
(version "3.36.0")
(version "3.42.1")
(source
(origin
(method url-fetch)
@ -12265,7 +12265,7 @@ GObject introspection bindings.")
(version-major+minor version) "/"
"sysprof-" version ".tar.xz"))
(sha256
(base32 "024i0gzqnm79rpr4gqxdvcj6gvf82xdlcp2p1k9ikcppmi6xnw46"))))
(base32 "0090986ar3lz9m9fy7l5y9ibzzmgsx54cm6gp8ggsxgf0habi5hp"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@ -12281,9 +12281,12 @@ GObject introspection bindings.")
(("gtk-update-icon-cache") "true")
(("update-desktop-database") "true"))
#t)))))
(propagated-inputs
`(("polkit" ,polkit)))
(inputs
`(("glib" ,glib)
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libdazzle" ,libdazzle)
("polkit" ,polkit)))
(native-inputs