lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 4a7f4f56e15074226ffb81635803e8748c14b237
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:55:29 2021 +0100

    gnu: sysprof: Update to 3.40.0.
    
    * gnu/packages/gnome.scm (sysprof): Update to 3.40.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3197328..ea63ef1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11727,7 +11727,7 @@ GObject introspection bindings.")
 (define-public sysprof
   (package
     (name "sysprof")
-    (version "3.36.0")
+    (version "3.40.0")
     (source
      (origin
        (method url-fetch)
@@ -11735,7 +11735,7 @@ GObject introspection bindings.")
                            (version-major+minor version) "/"
                            "sysprof-" version ".tar.xz"))
        (sha256
-        (base32 "024i0gzqnm79rpr4gqxdvcj6gvf82xdlcp2p1k9ikcppmi6xnw46"))))
+        (base32 "1s7nwkrnvq6sxz6k2744rd9vircvgx2hj2y26nr72a2bilwh7b4n"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

Reply via email to