all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53653] [PATCH] gnu: cgdb: Update to 0.8.0.
@ 2022-01-31  9:05 Michael Rohleder
  2022-02-02 17:35 ` bug#53653: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-01-31  9:05 UTC (permalink / raw)
  To: 53653; +Cc: Michael Rohleder

* gnu/packages/debug.scm (cgdb): Update to 0.8.0.
---
 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 3bf7f6a8e0..345f5c3723 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -745,13 +745,13 @@ (define-public libleak
 (define-public cgdb
   (package
     (name "cgdb")
-    (version "0.7.1")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://cgdb.me/files/cgdb-" version ".tar.gz"))
        (sha256
-        (base32 "1671gpz5gx5j0zga8xy2x7h33vqh3nij93lbb6dbb366ivjknwmv"))))
+        (base32 "1w8ib2vg3pg68d9hh97fw5042c73i9nqavdddc87n9bpscjbaf0d"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses readline))
-- 
2.34.0





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

* bug#53653: [PATCH] gnu: cgdb: Update to 0.8.0.
  2022-01-31  9:05 [bug#53653] [PATCH] gnu: cgdb: Update to 0.8.0 Michael Rohleder
@ 2022-02-02 17:35 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-02 17:35 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 53653-done

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/debug.scm (cgdb): Update to 0.8.0.

Applied, thanks!




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

end of thread, other threads:[~2022-02-02 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  9:05 [bug#53653] [PATCH] gnu: cgdb: Update to 0.8.0 Michael Rohleder
2022-02-02 17:35 ` bug#53653: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.