gnu: mythes: Update to 1.2.5.
* gnu/packages/libreoffice.scm (mythes): Update to 1.2.5.
This commit is contained in:
parent
bc7b16a565
commit
5d5c9d4711
@ -1050,14 +1050,14 @@ spell-checking library.")
|
|||||||
(define-public mythes
|
(define-public mythes
|
||||||
(package
|
(package
|
||||||
(name "mythes")
|
(name "mythes")
|
||||||
(version "1.2.4")
|
(version "1.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/hunspell/MyThes/" version "/"
|
(uri (string-append "https://github.com/hunspell/mythes/releases/"
|
||||||
name "-" version ".tar.gz"))
|
"download/v" version "/mythes-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256
|
||||||
"0prh19wy1c74kmzkkavm9qslk99gz8h8wmjvwzjc6lf8v2az708y"))))
|
(base32 "07ajdyyif19k445dqffkm32c1kl8z0cw6bczc7x5zgkvf1q9y9qr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
Loading…
Reference in New Issue
Block a user