gnu: mythes: Update to 1.2.5.

* gnu/packages/libreoffice.scm (mythes): Update to 1.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-11-20 01:00:09 +01:00
parent bc7b16a565
commit 5d5c9d4711
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1050,14 +1050,14 @@ spell-checking library.")
(define-public mythes
(package
(name "mythes")
(version "1.2.4")
(version "1.2.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hunspell/MyThes/" version "/"
name "-" version ".tar.gz"))
(sha256 (base32
"0prh19wy1c74kmzkkavm9qslk99gz8h8wmjvwzjc6lf8v2az708y"))))
(uri (string-append "https://github.com/hunspell/mythes/releases/"
"download/v" version "/mythes-" version ".tar.xz"))
(sha256
(base32 "07ajdyyif19k445dqffkm32c1kl8z0cw6bczc7x5zgkvf1q9y9qr"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))