[PATCH] gnu: ddd: Update to 3.4.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
590389c4f482b6fbc57b42fd268d4ebbfd1ed9ab.1684303071.git.atai@atai.org
* gnu/packages/debug.scm (ddd): Update to 3.4.0
---
gnu/packages/debug.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
宋文武 wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63547-done@debbugs.gnu.org)
875y8hdhms.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/debug.scm (ddd): Update to 3.4.0

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63547@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63547
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help