summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-09-26 09:50:55 +0200
committerGuix Patches Tester <>2024-09-26 11:21:06 +0200
commit90a8d396b979219b36972009f8af4748c7265d5e (patch)
treef3dcf4596fa8cd9fe73a74655cdce2b20b64d4a5
parent0a5c897f848e83012e7b15227268639ed9668bdd (diff)
downloadguix-patches-issue-73439.tar
guix-patches-issue-73439.tar.gz
gnu: hunspell-dictionary: Update to 24.2.6.2.issue-73439
* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 24.2.6.2. [source]<origin>: Change url, anongit returns gateway http errors 504. Change-Id: Ida030cc94a406ace042eccbe75f60d4505e18a11
-rw-r--r--gnu/packages/hunspell.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 8c076de3c4..cf2628162f 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -309,18 +309,17 @@ spell-checking library.")
(#\_ #\-)
(chr chr))
(string-downcase dict-name))))
- (version "7.6.7.2")
+ (version "24.2.6.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url (string-append "https://anongit.freedesktop.org/git/"
- "libreoffice/dictionaries.git/"))
+ (url "https://github.com/LibreOffice/dictionaries")
(commit
(string-append "libreoffice-" version))))
(file-name (git-file-name "libreoffice-dictionaries" version))
(sha256
- (base32 "1f54z1kmpwv9s5a9jdgf97m43nhwbmsar0i6rri3qkgf3kkgz1f7"))))
+ (base32 "0xllzv1b70i7gndc8sqvvc7a1viv3i6qqdqiv4ffr78zr4krcwx8"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))