summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-21 15:34:38 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-21 20:06:21 +0900
commit3699795a8c8b42c7bbacf016b72bfb437adfac6c (patch)
tree8a272058c7eaac3997f3c7fefeb7558c12d41e0a /gnu/packages/debug.scm
parent8c4e19c1b49afacfd3c8bf4582bf5b5b422a8f46 (diff)
gnu: delve: Update to 1.26.3.
* gnu/packages/debug.scm (delve): Update to 1.26.3. Change-Id: I7f413a14d88f21a43ff84f683e7832af0d5f9ab6
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 57424cbf33f..9ce5cd7fa85 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -1038,7 +1038,7 @@ to aid in debugging.")
1038(define-public delve 1038(define-public delve
1039 (package 1039 (package
1040 (name "delve") 1040 (name "delve")
1041 (version "1.25.2") 1041 (version "1.26.3")
1042 (source 1042 (source
1043 (origin 1043 (origin
1044 (method git-fetch) 1044 (method git-fetch)
@@ -1048,7 +1048,7 @@ to aid in debugging.")
1048 (file-name (git-file-name name version)) 1048 (file-name (git-file-name name version))
1049 (sha256 1049 (sha256
1050 (base32 1050 (base32
1051 "1b6vp6m4vjx4wfs1djhpizvz40s563jwld9lgjq82svaiilrmlqa")) 1051 "0mf363l7md4193cgrpb6hkhmsgnlnrx44q1bzw3zq0bmjrcg3fj7"))
1052 (snippet 1052 (snippet
1053 #~(begin (use-modules (guix build utils)) 1053 #~(begin (use-modules (guix build utils))
1054 (delete-file-recursively "vendor"))))) 1054 (delete-file-recursively "vendor")))))
@@ -1066,7 +1066,7 @@ to aid in debugging.")
1066 (list go-github-com-cilium-ebpf 1066 (list go-github-com-cilium-ebpf
1067 go-github-com-cosiner-argv 1067 go-github-com-cosiner-argv
1068 go-github-com-creack-pty 1068 go-github-com-creack-pty
1069 go-github-com-derekparker-trie 1069 go-github-com-derekparker-trie-v3
1070 go-github-com-go-delve-liner 1070 go-github-com-go-delve-liner
1071 go-github-com-google-go-dap 1071 go-github-com-google-go-dap
1072 go-github-com-hashicorp-golang-lru 1072 go-github-com-hashicorp-golang-lru