all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57582] [PATCH] gnu: ding: Update to 1.9.
       [not found] <87edwr401p.fsf.ref@aol.com>
@ 2022-09-04 15:44 ` Hendursaga via Guix-patches via
  2022-09-04 15:55   ` bug#57582: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Hendursaga via Guix-patches via @ 2022-09-04 15:44 UTC (permalink / raw)
  To: 57582

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: update patch --]
[-- Type: text/x-diff, Size: 1244 bytes --]

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(-)

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


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

* bug#57582: [PATCH] gnu: ding: Update to 1.9.
  2022-09-04 15:44 ` [bug#57582] [PATCH] gnu: ding: Update to 1.9 Hendursaga via Guix-patches via
@ 2022-09-04 15:55   ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-04 15:55 UTC (permalink / raw)
  To: Hendursaga; +Cc: 57582-done


> 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




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

end of thread, other threads:[~2022-09-04 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87edwr401p.fsf.ref@aol.com>
2022-09-04 15:44 ` [bug#57582] [PATCH] gnu: ding: Update to 1.9 Hendursaga via Guix-patches via
2022-09-04 15:55   ` bug#57582: " Mathieu Othacehe

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.