guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2.


From: Pierre Neidhardt
Subject: [bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2.
Date: Wed, 26 Feb 2020 12:45:58 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]