From 08110ecc2ffffe34bd11d66d02a8509396f414b7 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Tue, 29 Jun 2021 00:46:06 +0200 Subject: gnu: hunspell-dictionary: Update to 7.1.4.2. * gnu/packages/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2. Signed-off-by: Efraim Flashner --- gnu/packages/hunspell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/hunspell.scm') diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index ab808901f6..aa4ab7d783 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2021 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -46,7 +46,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 "0vvxnjpm1322ahf9q8bqs1yhkn7krglw8c6yazcf7a3jljykd9k9")))) + (base32 "0h1sz8haqwpis4af1vy7jvivl4rr9g53l4l680qa7yn0691gkiv3")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) -- cgit v1.2.3