GNU bug report logs - #65918
[PATCH] delve: Update to 1.21.0

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Jose <arnav.jose <at> gmail.com>
Subject: bug#65918: closed (Re: [bug#65918] [PATCH] delve: Update to 1.21.0)
Date: Fri, 15 Sep 2023 09:33:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65918: [PATCH] delve: Update to 1.21.0

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65918 <at> debbugs.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)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andrew Jose <arnav.jose <at> gmail.com>
Cc: 65918-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#65918] [PATCH] delve: Update to 1.21.0
Date: Fri, 15 Sep 2023 10:31:55 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Andrew Jose <arnav.jose <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Andrew Jose <arnav.jose <at> gmail.com>
Subject: [PATCH] delve: Update to 1.21.0
Date: Wed, 13 Sep 2023 13:24:35 +0530
---
 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




This bug report was last modified 1 year and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.