summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:31:48 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:28 -0500
commit1826c2a8aec49d83c32d28a668284ea3f0aac962 (patch)
tree7cfb5b768953303b4fb95d443274a0f5864c0353
parenta531ff94c3dcf480be5c085c52f2c2d9bc532712 (diff)
downloadpatches-1826c2a8aec49d83c32d28a668284ea3f0aac962.tar
patches-1826c2a8aec49d83c32d28a668284ea3f0aac962.tar.gz
gnu: ghc-skylighting-core: Update to 0.8.2.1.
* gnu/packages/haskell-xyz.scm (ghc-skylighting-core): Update to 0.8.2.1.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 86e0d2a60e..cf30b16a2d 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)