From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33672) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6v9c-0006gM-76 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-0002zr-0Z for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6v9a-0002z2-TY for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6v9a-0004gV-SV for guix-patches@gnu.org; Wed, 26 Feb 2020 06:47:02 -0500 Subject: [bug#39798] [PATCH 05/13] gnu: ghc-skylighting-core: Update to 0.8.3.2. Resent-Message-ID: From: Pierre Neidhardt Date: Wed, 26 Feb 2020 12:45:57 +0100 Message-Id: <20200226114605.15106-5-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-core): 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 aa915ddd98..875ea37ccc 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10539,7 +10539,7 @@ enumerations.") (define-public ghc-skylighting-core (package (name "ghc-skylighting-core") - (version "0.8.2.1") + (version "0.8.3.2") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -10547,7 +10547,7 @@ enumerations.") version ".tar.gz")) (sha256 (base32 - "0hdchivb4af9w7v5v7lrwfwawd3kcwmpzk69m1vkkm3pis8lcr1s")))) + "04l1qcfqkvi7c4hv5nra4nl2zk5r6l6jkj95wvq466anls8x35rj")))) (build-system haskell-build-system) (inputs `(("ghc-aeson" ,ghc-aeson) -- 2.25.0