GNU bug report logs -
#63547
[PATCH] gnu: ddd: Update to 3.4.0
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 17 May 2023 05:59:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.