unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Jose <arnav.jose@gmail.com>
To: 65918@debbugs.gnu.org
Cc: Andrew Jose <arnav.jose@gmail.com>
Subject: [bug#65918] [PATCH] delve: Update to 1.21.0
Date: Wed, 13 Sep 2023 13:24:35 +0530	[thread overview]
Message-ID: <20230913075435.8931-1-arnav.jose@gmail.com> (raw)

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





             reply	other threads:[~2023-09-13 14:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-13  7:54 Andrew Jose [this message]
2023-09-15  9:31 ` [bug#65918] [PATCH] delve: Update to 1.21.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230913075435.8931-1-arnav.jose@gmail.com \
    --to=arnav.jose@gmail.com \
    --cc=65918@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).