From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFhsw-0001VU-Oy for guix-patches@gnu.org; Mon, 07 May 2018 11:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFhss-0001AB-QL for guix-patches@gnu.org; Mon, 07 May 2018 11:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45052) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFhss-00019t-MF for guix-patches@gnu.org; Mon, 07 May 2018 11:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFhss-0001oe-G5 for guix-patches@gnu.org; Mon, 07 May 2018 11:17:02 -0400 Subject: [bug#31352] While I'm here, lint suggests updating to 2.12 References: <87in86gnv0.fsf@b.rontosaur.us> Resent-Message-ID: Date: Thu, 03 May 2018 07:52:55 -0700 From: Weldon Goree Message-Id: <163267de6c5.109c4539940735.3338261149096966665@b.rontosaur.us> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_131284_310323232.1525359175366" 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: 31352 <31352@debbugs.gnu.org> ------=_Part_131284_310323232.1525359175366 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Tested against smalltalk without any problems. ------=_Part_131284_310323232.1525359175366 Content-Type: application/octet-stream; name=0001-update-libsigsegv-to-2.12.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-update-libsigsegv-to-2.12.patch >From 91dac5fe7261f20e644648ac9d19891255f45840 Mon Sep 17 00:00:00 2001 From: Weldon Goree Date: Thu, 3 May 2018 10:47:39 -0400 Subject: [PATCH] update libsigsegv to 2.12 --- gnu/packages/libsigsegv.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/libsigsegv.scm b/gnu/packages/libsigsegv.scm index 2a4481982..4b7c57fef 100644 --- a/gnu/packages/libsigsegv.scm +++ b/gnu/packages/libsigsegv.scm @@ -26,7 +26,7 @@ (define-public libsigsegv (package (name "libsigsegv") - (version "2.11") + (version "2.12") (source (origin (method url-fetch) (uri (string-append -- 2.11.0 ------=_Part_131284_310323232.1525359175366--