[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ddd: Update to 3.4.0
From: |
guix-commits |
Subject: |
branch master updated: gnu: ddd: Update to 3.4.0 |
Date: |
Wed, 24 May 2023 08:43:25 -0400 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 514644c102 gnu: ddd: Update to 3.4.0
514644c102 is described below
commit 514644c10271c50de1d03702bc6df971dc72feb6
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue May 16 22:58:26 2023 -0700
gnu: ddd: Update to 3.4.0
* gnu/packages/debug.scm (ddd): Update to 3.4.0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 f3279be919..aaf5f8bf4c 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -868,13 +868,13 @@ engineering.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ddd: Update to 3.4.0,
guix-commits <=