diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-14 01:06:36 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-02 17:08:53 +0100 |
commit | 280aef16121e252a51c261db50a6f8b1743caad0 (patch) | |
tree | b33c96d7ae984f7ccc7934b6fede46d4b704e2cf /gnu/packages/gnome.scm | |
parent | 19c9e4df44a734e44bd3fa6bfa0520dd9eb6ba94 (diff) | |
download | guix-280aef16121e252a51c261db50a6f8b1743caad0.tar guix-280aef16121e252a51c261db50a6f8b1743caad0.tar.gz |
gnu: d-spy: Update to 1.6.0.
* gnu/packages/gnome.scm (d-spy): Update to 1.6.0.
Change-Id: I63da8ea2970bf9bf3fed1936b22ce88247ce8b22
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 249bee3e46..111edb59be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7229,7 +7229,7 @@ of running programs and invoke methods on those interfaces.") (define-public d-spy (package (name "d-spy") - (version "1.4.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7237,7 +7237,7 @@ of running programs and invoke methods on those interfaces.") name "-" version ".tar.xz")) (sha256 (base32 - "0wk7i3vyq4a98g29ms7vz3wy8xkk3pgw48g0fm65qk32xa679s7a")))) + "1zca9yn12a8phy2lzcsc7wak10r0j53m8d0fs1q69d1va48a5l52")))) (build-system meson-build-system) (arguments (list |