From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33703) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6v9d-0006hu-05 for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6v9b-00035R-QU for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50551) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6v9b-00034Q-Mi for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6v9b-0004gk-LX for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:03 -0500 Subject: [bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2. Resent-Message-ID: From: Pierre Neidhardt Date: Wed, 26 Feb 2020 12:45:58 +0100 Message-Id: <20200226114605.15106-6-mail@ambrevar.xyz> In-Reply-To: <20200226114605.15106-1-mail@ambrevar.xyz> References: <20200226114605.15106-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39798@debbugs.gnu.org * gnu/packages/haskell-xyz.scm (ghc-skylighting): Update to 0.8.3.2. --- gnu/packages/haskell-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 875ea37ccc..b6c82322f2 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10583,14 +10583,14 @@ provided. Skylighting is intended to be the successor to highlighting-kate.") (package (inherit ghc-skylighting-core) (name "ghc-skylighting") - (version "0.8.2.1") + (version "0.8.3.2") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/skylighting-" version "/skylighting-" version ".tar.gz")) (sha256 (base32 - "1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz")))) + "03kbvz66r4fp1zq09c6arnhi2s81iwsmv8lv2kz0g7a8dr0hpaq2")))) (inputs `(("ghc-skylighting-core" ,ghc-skylighting-core) ,@(package-inputs ghc-skylighting-core))))) -- 2.25.0