guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: delve: Update to 1.23.1.


From: guix-commits
Subject: branch master updated: gnu: delve: Update to 1.23.1.
Date: Thu, 14 Nov 2024 05:02:56 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b654587cd9 gnu: delve: Update to 1.23.1.
b654587cd9 is described below

commit b654587cd97023a886d1d618072bbfb3291cc1df
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Thu Nov 14 11:01:16 2024 +0100

    gnu: delve: Update to 1.23.1.
    
    * gnu/packages/debug.scm (delve): Update to 1.23.1.
    
    Change-Id: I4e87ffa86abe6c82743c1a722fa8654e6a5b6366
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 526d5d408a..813a5a4555 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -1037,7 +1037,7 @@ to aid in debugging.")
 (define-public delve
   (package
     (name "delve")
-    (version "1.21.0")
+    (version "1.23.1")
     (source
      (origin
        (method git-fetch)
@@ -1047,7 +1047,7 @@ to aid in debugging.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gdynx4gp02lj47znnf638kkbmmsl24a9fis81a2fg3pdrg6jg3c"))))
+         "1k0ink3jjplbq1si7cnrm7ch6jasnc3y83yksmrwhhbfa1ybk87s"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/go-delve/delve/cmd/dlv"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]