all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63547] [PATCH] gnu: ddd: Update to 3.4.0
@ 2023-05-17  5:58 Andy Tai
  2023-05-24 12:43 ` bug#63547: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-05-17  5:58 UTC (permalink / raw)
  To: 63547; +Cc: Andy Tai

* gnu/packages/debug.scm (ddd): Update to 3.4.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 fe00cb5705..a3e3b875be 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -866,13 +866,13 @@ (define-public seer-gdb
 (define-public ddd
   (package
     (name "ddd")
-    (version "3.3.12")
+    (version "3.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/ddd/ddd-" version ".tar.gz"))
               (sha256
                (base32
-                "0p5nx387857w3v2jbgvps2p6mlm0chajcdw5sfrddcglsxkwvmis"))))
+                "03sqsfiri5p130cmmzh2wikg0gisql496rvdhr1qaidh1f5bqk2x"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ;tests require manual intervention

base-commit: 35cf72651742ffbbf9e55e3b02db916e1574186d
-- 
2.40.1





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

* bug#63547: [PATCH] gnu: ddd: Update to 3.4.0
  2023-05-17  5:58 [bug#63547] [PATCH] gnu: ddd: Update to 3.4.0 Andy Tai
@ 2023-05-24 12:43 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-24 12:43 UTC (permalink / raw)
  To: Andy Tai; +Cc: 63547-done

Andy Tai <atai@atai.org> writes:

> * gnu/packages/debug.scm (ddd): Update to 3.4.0

Pushed, thank you!




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

end of thread, other threads:[~2023-05-24 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  5:58 [bug#63547] [PATCH] gnu: ddd: Update to 3.4.0 Andy Tai
2023-05-24 12:43 ` bug#63547: " 宋文武 via Guix-patches via

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.