GNU bug report logs -
#65918
[PATCH] delve: Update to 1.21.0
Previous Next
Reported by: Andrew Jose <arnav.jose <at> gmail.com>
Date: Wed, 13 Sep 2023 14:29:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Sep 2023 10:31:55 +0100
with message-id <87ttrvrdcq.fsf <at> cbaines.net>
and subject line Re: [bug#65918] [PATCH] delve: Update to 1.21.0
has caused the debbugs.gnu.org bug report #65918,
regarding [PATCH] delve: Update to 1.21.0
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65918
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/debug.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index e2a29a3ae9..febc041e53 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -892,11 +892,10 @@ (define-public ddd
(home-page "https://www.gnu.org/software/ddd/")
(license license:gpl3+)))
-
(define-public delve
(package
(name "delve")
- (version "1.9.1")
+ (version "1.21.0")
(source
(origin
(method git-fetch)
@@ -906,14 +905,13 @@ (define-public delve
(file-name (git-file-name name version))
(sha256
(base32
- "07jch3yd1pgqviyy18amn23gazbzi7l51f210c3vmc707v3vbbqr"))))
+ "1gdynx4gp02lj47znnf638kkbmmsl24a9fis81a2fg3pdrg6jg3c"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/go-delve/delve/cmd/dlv"
#:unpack-path "github.com/go-delve/delve"
#:install-source? #f
#:phases #~(modify-phases %standard-phases (delete 'check))))
- (propagated-inputs (list go))
(home-page "https://github.com/go-delve/delve")
(synopsis "Debugger for the Go programming language")
(description "Delve is a debugger for the Go programming language.")
--
2.34.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Andrew Jose <arnav.jose <at> gmail.com> writes:
> ---
> gnu/packages/debug.scm | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Thanks for the patch. I've added a changelog entry to the commit message
and pushed this to master as a0510561935e3327099df558e9dd9bdffe850441.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.