unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65918] [PATCH] delve: Update to 1.21.0
@ 2023-09-13  7:54 Andrew Jose
  2023-09-15  9:31 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Jose @ 2023-09-13  7:54 UTC (permalink / raw)
  To: 65918; +Cc: Andrew Jose

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#65918] [PATCH] delve: Update to 1.21.0
  2023-09-13  7:54 [bug#65918] [PATCH] delve: Update to 1.21.0 Andrew Jose
@ 2023-09-15  9:31 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-15  9:31 UTC (permalink / raw)
  To: Andrew Jose; +Cc: 65918-done, 65918

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]


Andrew Jose <arnav.jose@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-15  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13  7:54 [bug#65918] [PATCH] delve: Update to 1.21.0 Andrew Jose
2023-09-15  9:31 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).