mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ding: Update to 1.9.
* gnu/packages/dictionaries.scm (ding): Update to 1.9. [source]: Switch to HTTPS. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
5807a21e19
commit
6199d66f8a
1 changed files with 3 additions and 3 deletions
|
@ -156,14 +156,14 @@ work, such as sentence length and other readability measures.")
|
||||||
(define-public ding
|
(define-public ding
|
||||||
(package
|
(package
|
||||||
(name "ding")
|
(name "ding")
|
||||||
(version "1.8.1")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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"))
|
"/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0chjqs3z9zs1w3l7b5lsaj682rgnkf9kibcbzhggqqcn1pbvl5sq"))))
|
"1rcqn04l6hvsf15mqqai533p31nc04r2yd9s0mn2hnkqrwgwi9k9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list tk))
|
(inputs (list tk))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue