[PATCH] gnu: d-spy: Update to 1.6.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
08bb2e400dbdaf3956f32680b362a0236266fada.1699961869.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (d-spy): Update to 1.6.0.

Change-Id: I63da8ea2970bf9bf3fed1936b22ce88247ce8b22
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..dc8ff601a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7225,7 +7225,7 @@ (define-public d-feet
(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 "/"
@@ -7233,7 +7233,7 @@ (define-public d-spy
name "-" version ".tar.xz"))
(sha256
(base32
- "0wk7i3vyq4a98g29ms7vz3wy8xkk3pgw48g0fm65qk32xa679s7a"))))
+ "1zca9yn12a8phy2lzcsc7wak10r0j53m8d0fs1q69d1va48a5l52"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2] gnu: d-spy: Update to 1.6.0.
(address . 67164@debbugs.gnu.org)
18bb2e400dbdaf3956f32680b362a0236266fada.1699961869.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (d-spy): Update to 1.6.0.

Change-Id: I63da8ea2970bf9bf3fed1936b22ce88247ce8b22
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2958da2cd9..dc8ff601a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7225,7 +7225,7 @@ (define-public d-feet
(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 "/"
@@ -7233,7 +7233,7 @@ (define-public d-spy
name "-" version ".tar.xz"))
(sha256
(base32
- "0wk7i3vyq4a98g29ms7vz3wy8xkk3pgw48g0fm65qk32xa679s7a"))))
+ "1zca9yn12a8phy2lzcsc7wak10r0j53m8d0fs1q69d1va48a5l52"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 72e886328c14c832b2ed71c400069b63852ee18d
--
2.41.0
Vivien Kraus wrote 1 years ago
Applied, closing
(name . 67164-done)(address . 67164-done@debbugs.gnu.org)
fd665c0b563caf26ddfe2c31217a562e02d2908e.camel@planete-kraus.eu
Applied, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67164@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67164
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help