guix-commits
[Top][All Lists]
Advanced

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

180/249: gnu: ghc-skylighting: Update to 0.8.2.1.


From: guix-commits
Subject: 180/249: gnu: ghc-skylighting: Update to 0.8.2.1.
Date: Thu, 31 Oct 2019 23:49:58 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 96872ed65fd4e76b707706914571721936d54e33
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:32:03 2019 -0400

    gnu: ghc-skylighting: Update to 0.8.2.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-skylighting): Update to 0.8.2.1.
---
 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 e2ff0f5..c980091 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9269,14 +9269,14 @@ provided.  Skylighting is intended to be the successor 
to highlighting-kate.")
   (package
     (inherit ghc-skylighting-core)
     (name "ghc-skylighting")
-    (version "0.7.2")
+    (version "0.8.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://hackage.haskell.org/package/skylighting-";
                                   version "/skylighting-" version ".tar.gz"))
               (sha256
                (base32
-                "1rh3z1a7a4clvksdw1qlpmhxqkfahwypi70k91whgfamzsqpxdch"))))
+                "1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz"))))
     (inputs
      `(("ghc-skylighting-core" ,ghc-skylighting-core)
        ,@(package-inputs ghc-skylighting-core)))))



reply via email to

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