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

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

    gnu: d-spy: Update to 48.0.
    
    * gnu/packages/gnome.scm (d-spy): Update to 48.0.
    
    Change-Id: I8c21dcba12722a0d78e83fd3f77f384b8da216b7
---
 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 2fa9a5dea7..362aed13a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7560,7 +7560,7 @@ principles are simplicity and standards compliance.")
 (define-public d-spy
   (package
     (name "d-spy")
-    (version "1.10.0")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7568,7 +7568,7 @@ principles are simplicity and standards compliance.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0lsyw2h91z8wdmxpbqc77jwiafddh1w19s4yb7d521alqswi4n2m"))))
+                "0c1qbicpvrfdpwjq1z4w1bhq1hx19qw2nd1wzjbls6a6j00hjyhg"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to