From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5bZ3-0000Mg-HW for guix-patches@gnu.org; Thu, 27 Sep 2018 15:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5bZ0-0004Rw-8o for guix-patches@gnu.org; Thu, 27 Sep 2018 15:03:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g5bZ0-0004Rb-36 for guix-patches@gnu.org; Thu, 27 Sep 2018 15:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g5bYz-0000RJ-QW for guix-patches@gnu.org; Thu, 27 Sep 2018 15:03:01 -0400 Subject: [bug#32856] [PATCH] gnu: grammalecte: Update source hash. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5bYL-0008IK-SB for guix-patches@gnu.org; Thu, 27 Sep 2018 15:02:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5bYH-0003fs-Rl for guix-patches@gnu.org; Thu, 27 Sep 2018 15:02:21 -0400 Received: from 10.mo5.mail-out.ovh.net ([46.105.52.148]:48554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g5bYF-0003VI-Qx for guix-patches@gnu.org; Thu, 27 Sep 2018 15:02:17 -0400 Received: from player711.ha.ovh.net (unknown [10.109.160.62]) by mo5.mail-out.ovh.net (Postfix) with ESMTP id E31D91F5385 for ; Thu, 27 Sep 2018 21:02:04 +0200 (CEST) From: Pierre-Antoine Rouby Date: Thu, 27 Sep 2018 21:01:25 +0200 Message-Id: <1538074885-12671-1-git-send-email-contact@parouby.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32856@debbugs.gnu.org Cc: Pierre-Antoine Rouby * gnu/packages/dictionaries.scm (grammalecte): Update source hash. --- gnu/packages/dictionaries.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.sc= m index 9f63223..ce7ef1c 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -4,6 +4,7 @@ ;;; Copyright =C2=A9 2016 Sou Bunnbu ;;; Copyright =C2=A9 2017, 2018 Nicolas Goaziou ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Pierre-Antoine Rouby ;;; ;;; This file is part of GNU Guix. ;;; @@ -219,7 +220,7 @@ It comes with a German-English dictionary with approx= imately 270,000 entries.") "Grammalecte-fr-v" version ".zip")) (sha256 (base32 - "1flsahqw2r0cmg0bixpl5w0acricmdh2cf4lf9zr66ydgmjnmv2s")))) + "11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0")))) (build-system python-build-system) (home-page "https://www.dicollecte.org") (synopsis "French spelling and grammar checker") --=20 2.7.4