guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit b229cc1853a3ec5f7ff40a1f5944c5a2635def84
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900

    gnu: sysprof: Update to 48.0.
    
    * gnu/packages/gnome.scm (sysprof): Update to 48.0.
    
    Change-Id: I48b540d4c52f0b4d0de0c885df6218d9b652491d
---
 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 cd4f4c9246..d04e66660f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13816,7 +13816,7 @@ GObject introspection bindings.")
 (define-public sysprof
   (package
     (name "sysprof")
-    (version "46.0")
+    (version "48.0")
     (source
      (origin
        (method url-fetch)
@@ -13824,7 +13824,7 @@ GObject introspection bindings.")
                            (version-major version) "/"
                            "sysprof-" version ".tar.xz"))
        (sha256
-        (base32 "0xnil6ian02mlgdq9s5rwd4l5vp6ywyp4nm08q4lwgmbxdspxakk"))))
+        (base32 "064d97sar9zh0yzpnyc7z9nv67gfdyh234w2hyx0h1zkya0063qv"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to