guix-commits
[Top][All Lists]
Advanced

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

187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1.


From: guix-commits
Subject: 187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1.
Date: Sat, 16 Nov 2019 19:33:04 -0500 (EST)

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

commit a25a716a5f45bfccbb35ccdb5eeb09b3feefbd09
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:31:48 2019 -0400

    gnu: ghc-skylighting-core: Update to 0.8.2.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-skylighting-core): 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 86e0d2a..cf30b16 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9299,7 +9299,7 @@ are the bottleneck of web servers.")
 (define-public ghc-skylighting-core
   (package
     (name "ghc-skylighting-core")
-    (version "0.7.2")
+    (version "0.8.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -9307,7 +9307,7 @@ are the bottleneck of web servers.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "066fwmwsd7xcvwlinfk2izlzq0xp8697i6lnbgsbl71jdybyackq"))))
+                "0hdchivb4af9w7v5v7lrwfwawd3kcwmpzk69m1vkkm3pis8lcr1s"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-aeson" ,ghc-aeson)



reply via email to

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