[PATCH] gnu: ding: Update to 1.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendursaga
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Hendursaga
Severity
normal

Debbugs page

Hendursaga wrote 3 years ago
(address . guix-patches@gnu.org)
87edwr401p.fsf@aol.com
Hello Guixers!

Attached you will find a simple patch for ding. I tested it some under Wayland and it appears to be working like I remember it from years ago.

Hendursaga
From 8aec782507fe895ca2e21c0f3d79fecaf340771c Mon Sep 17 00:00:00 2001
From: Hendursaga <hendursaga@aol.com>
Date: Thu, 25 Aug 2022 14:15:43 -0400
Subject: [PATCH] gnu: ding: Update to 1.9.

* gnu/packages/dictionaries.scm (ding): Update to 1.9.
---
gnu/packages/dictionaries.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index f9d6e57877..19da65af1d 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -156,14 +156,14 @@ (define-public diction
(define-public ding
(package
(name "ding")
- (version "1.8.1")
+ (version "1.9")
(source (origin
(method url-fetch)
- (uri (string-append "http://ftp.tu-chemnitz.de/pub/Local/urz/" name
+ (uri (string-append "https://ftp.tu-chemnitz.de/pub/Local/urz/" name
"/" name "-" version ".tar.gz"))
(sha256
(base32
- "0chjqs3z9zs1w3l7b5lsaj682rgnkf9kibcbzhggqqcn1pbvl5sq"))))
+ "1rcqn04l6hvsf15mqqai533p31nc04r2yd9s0mn2hnkqrwgwi9k9"))))
(build-system gnu-build-system)
(inputs (list tk))
(arguments
--
2.37.1
Mathieu Othacehe wrote 3 years ago
(name . Hendursaga)(address . hendursaga@aol.com)(address . 57582-done@debbugs.gnu.org)
87sfl7w2up.fsf_-_@gnu.org
Toggle quote (4 lines)
> Attached you will find a simple patch for ding. I tested it some under
> Wayland and it appears to be working like I remember it from years
> ago.

Pushed, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 57582
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