guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 40f7502d5c7dfa7954a0144ffc8862fa4f784417
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:13 2026 +0900

    gnu: sysprof: Update to 49.0.
    
    * gnu/packages/gnome.scm (sysprof): Update to 49.0.
    
    Change-Id: If2d794cf959f1edd3b67ba8588a9193b54115d34
---
 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 5f9da18381..dac2215d7a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13496,7 +13496,7 @@ GObject introspection bindings.")
 (define-public sysprof
   (package
     (name "sysprof")
-    (version "48.1")
+    (version "49.0")
     (source
      (origin
        (method url-fetch)
@@ -13504,7 +13504,7 @@ GObject introspection bindings.")
                            (version-major version) "/"
                            "sysprof-" version ".tar.xz"))
        (sha256
-        (base32 "1qmv76877vkw2ajfnc4cr8gw5qch5m32qm1fybig3vgizvymgwal"))))
+        (base32 "0y18535lymqv684n8aa2v601d61v6aj8f84690cq8p3q6yb1617z"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to