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

commit 26d2dc69f3032550465534b455592bfeef837984
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 10:00:56 2024 +0200

    gnu: d-spy: Update to 1.10.0.
    
    * gnu/packages/gnome.scm (d-spy): Update to 1.10.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 20d1d4d57e..acfaa88b31 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7416,7 +7416,7 @@ of running programs and invoke methods on those 
interfaces.")
 (define-public d-spy
   (package
     (name "d-spy")
-    (version "1.6.0")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7424,7 +7424,7 @@ of running programs and invoke methods on those 
interfaces.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zca9yn12a8phy2lzcsc7wak10r0j53m8d0fs1q69d1va48a5l52"))))
+                "0lsyw2h91z8wdmxpbqc77jwiafddh1w19s4yb7d521alqswi4n2m"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to