summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-02-26 12:45:57 +0100
committerGuix Patches Tester <>2020-02-26 11:52:11 +0000
commita3852dbc0486ab480101e7585946f565366454dc (patch)
treeaba16928ebb6acf99329e307e4dd8de22a322518
parent3d7f55c1ac9b217ea1278fec03dc3571609778a3 (diff)
downloadpatches-a3852dbc0486ab480101e7585946f565366454dc.tar
patches-a3852dbc0486ab480101e7585946f565366454dc.tar.gz
gnu: ghc-skylighting-core: Update to 0.8.3.2.
* gnu/packages/haskell-xyz.scm (ghc-skylighting-core): Update to 0.8.3.2.
-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 d1e90b79d3..3ddd530b7b 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)