guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: sysprof: Upgrade to 3.42.1.


From: guix-commits
Subject: 02/07: gnu: sysprof: Upgrade to 3.42.1.
Date: Thu, 18 Nov 2021 09:49:58 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit ee98739c832a39da603cb430771e0b6131c9f227
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 18 14:20:53 2021 +0100

    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>
---
 gnu/packages/gnome.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 956ae68..5f8de27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]