gnu: hunspell-dictionary: Update to 7.5.0.3.

* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.5.0.3.
This commit is contained in:
Efraim Flashner 2023-02-12 11:56:12 +02:00
parent 39d72fcaa1
commit 2b1d1d76e7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -276,7 +276,7 @@ (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
(#\_ #\-)
(chr chr))
(string-downcase dict-name))))
(version "7.4.5.1")
(version "7.5.0.3")
(source
(origin
(method git-fetch)
@ -287,7 +287,7 @@ (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
(string-append "libreoffice-" version))))
(file-name (git-file-name "libreoffice-dictionaries" version))
(sha256
(base32 "115p29ywyn7ncq664gxmcrrz55v23s34asd2hmrg4ahjp7ycrnmy"))))
(base32 "1yzhyx8zwlfdqw4swxyr1lq68im2bfi1chimyc15jmli72n32szs"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))