From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5wYF-0007xl-JD 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-0002mK-SM for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45820) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5wYD-0002m7-Nr 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-00032m-HR for guix-patches@gnu.org; Sat, 21 Oct 2017 12:23:05 -0400 Subject: [bug#28925] [PATCH 4/7] gnu: Update coq-mathcomp to 1.6.2. Resent-Message-ID: From: julien@lepiller.eu Date: Sat, 21 Oct 2017 18:20:55 +0200 Message-Id: <20171021162058.27938-5-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-mathcomp): Update to 1..6.2. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f2b06d065..beb73a2d0 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3657,14 +3657,14 @@ assistant.") (define-public coq-mathcomp (package (name "coq-mathcomp") - (version "1.6.1") + (version "1.6.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/math-comp/math-comp/archive/mathcomp-" version ".tar.gz")) (sha256 (base32 - "1j9ylggjzrxz1i2hdl2yhsvmvy5z6l4rprwx7604401080p5sgjw")))) + "0lg5ncr7p4y8qqq6pfw6brqc6a9xzlfa0drprwfdn0rnyaq5nca6")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) -- 2.14.2