From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55394) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1RSe-0004uV-FP for guix-patches@gnu.org; Tue, 11 Feb 2020 04:04:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1RSc-0006L3-3Q for guix-patches@gnu.org; Tue, 11 Feb 2020 04:04:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1RSb-0006KX-W6 for guix-patches@gnu.org; Tue, 11 Feb 2020 04:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j1RSb-0006M4-Qk for guix-patches@gnu.org; Tue, 11 Feb 2020 04:04:01 -0500 Subject: [bug#39560] [PATCH] gnu: cl-trivia: Update to commit 574901ac Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55294) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1RSK-0004uO-6f for guix-patches@gnu.org; Tue, 11 Feb 2020 04:03:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1RSJ-0005lk-84 for guix-patches@gnu.org; Tue, 11 Feb 2020 04:03:44 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:46599) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1RSI-0005jt-VX for guix-patches@gnu.org; Tue, 11 Feb 2020 04:03:43 -0500 From: Konrad Hinsen Date: Tue, 11 Feb 2020 10:03:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: 39560@debbugs.gnu.org * gnu/packages/lisp-xyz.scm (sbcl-trivia, cl-trivia): Update to commit 574901ac. --- gnu/packages/lisp-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index eac49df0e2..92d11f779c 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6014,7 +6014,7 @@ This package uses fare-quasiquote with named-readtable."))) @code{fare-quasiquote-optima}."))) (define-public sbcl-trivia.level0 - (let ((commit "902e0c65602bbfe96ae82e679330b3771ddc7603") + (let ((commit "574901ac376ae54c9d37169fd5efab9b3b8fcc63") (revision "1")) (package (name "sbcl-trivia.level0") @@ -6030,7 +6030,7 @@ This package uses fare-quasiquote with named-readtable."))) (file-name (git-file-name name version)) (sha256 (base32 - "11qbab30qqnfy9mx3x9fvgcw1jbvh1qn2cqv3p8xdn2m8981jvhr")))) + "0hf53n71xzr9sjwrxis5fivx3drclf4s39h5ck8vh21ndqj9zvdk")))) (inputs `(("alexandria" ,sbcl-alexandria))) (synopsis "Pattern matching in Common Lisp") -- 2.25.0