From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33937) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYGRJ-0004Gf-GV for guix-patches@gnu.org; Fri, 22 Nov 2019 16:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYGRH-0005kB-Il for guix-patches@gnu.org; Fri, 22 Nov 2019 16:26:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYGRH-0005k2-2R for guix-patches@gnu.org; Fri, 22 Nov 2019 16:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iYGRG-0004Rf-UC for guix-patches@gnu.org; Fri, 22 Nov 2019 16:26:02 -0500 Subject: [bug#38328] [PATCH 1/2] gnu: polyml: Update to 5.8. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33889) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYGQj-0004Dp-KO for guix-patches@gnu.org; Fri, 22 Nov 2019 16:25:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYGQi-0005ZC-Dw for guix-patches@gnu.org; Fri, 22 Nov 2019 16:25:29 -0500 Received: from mout02.posteo.de ([185.67.36.66]:59093) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYGQh-0005Yi-S3 for guix-patches@gnu.org; Fri, 22 Nov 2019 16:25:28 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 51ABA240104 for ; Fri, 22 Nov 2019 22:25:25 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47KTww0CXMz9rxS for ; Fri, 22 Nov 2019 22:25:19 +0100 (CET) From: Brett Gilio Date: Fri, 22 Nov 2019 15:25:27 -0600 Message-ID: <87ftifioxk.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-polyml-Update-to-5.8.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH 1/2] gnu: polyml: Update to 5.8. 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: 38328@debbugs.gnu.org >From 6f9182dd60a24721d0575126550f322cad9ab24b Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 22 Nov 2019 15:23:29 -0600 Subject: [PATCH 1/2] gnu: polyml: Update to 5.8. * gnu/packages/sml.scm (polyml): Update to 5.8. --- gnu/packages/sml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm index 0874b81cc7..fd1ba4a539 100644 --- a/gnu/packages/sml.scm +++ b/gnu/packages/sml.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2017 Andy Patterson ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Ricardo Wurmus +;;; Copyright =C2=A9 2019 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -32,7 +33,7 @@ (define-public polyml (package (name "polyml") - (version "5.7.1") + (version "5.8") (source (origin (method git-fetch) (uri (git-reference @@ -41,7 +42,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0j0wv3ijfrjkfngy7dswm4k1dchk3jak9chl5735dl8yrl8mq755")))) + "1jabrf9cnmsppawga6q5pjiq1cdayilxp66fkxykczs6vv2gz7f9")))) (build-system gnu-build-system) (inputs `(("gmp" ,gmp) --=20 2.24.0