From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5wYF-0007xm-K3 for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5wYD-0002lq-E4 for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45819) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5wYD-0002li-AJ for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e5wYD-00032f-42 for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:05 -0400 Subject: [bug#28925] [PATCH 3/7] gnu: Update coq-flocq to 2.6.0. Resent-Message-ID: From: julien@lepiller.eu Date: Sat, 21 Oct 2017 18:20:54 +0200 Message-Id: <20171021162058.27938-4-julien@lepiller.eu> In-Reply-To: <20171021162058.27938-1-julien@lepiller.eu> References: <20171021181638.27d0d0d8@lepiller.eu> <20171021162058.27938-1-julien@lepiller.eu> 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: 28925@debbugs.gnu.org From: Julien Lepiller * gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.0. --- gnu/packages/ocaml.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bbdde2801..f2b06d065 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3560,14 +3560,14 @@ library is currently designed for Unicode Standard 3.2.") (define-public coq-flocq (package (name "coq-flocq") - (version "2.5.2") + (version "2.6.0") (source (origin (method url-fetch) (uri (string-append "https://gforge.inria.fr/frs/download.php/file" - "/36199/flocq-" version ".tar.gz")) + "/37054/flocq-" version ".tar.gz")) (sha256 (base32 - "0h5mlasirfzc0wwn2isg4kahk384n73145akkpinrxq5jsn5d22h")))) + "13fv150dcwnjrk00d7zj2c5x9jwmxgrq0ay440gkr730l8mvk3l3")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) -- 2.14.2