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

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

    gnu: d-spy: Update to 49.2.
    
    * gnu/packages/gnome.scm (d-spy): Update to 49.2.
    
    Change-Id: Ia5c79090d8dda72914d77a9433bee5f93c67070a
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 90ea2b27c0..a53dfe364c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7574,7 +7574,7 @@ principles are simplicity and standards compliance.")
 (define-public d-spy
   (package
     (name "d-spy")
-    (version "48.0")
+    (version "49.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7583,7 +7583,7 @@ principles are simplicity and standards compliance.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gp408mavzq11n9lpx86j968wfy43nnb1drm55sdqrlay0rpgdx2"))))
+                "048bcckhj75b4lbcbpxgsgagd78a1ajahlqaidm1873b4vfahmfq"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to