gnu: ghc-skylighting-core: Update to 0.8.2.1.

* gnu/packages/haskell-xyz.scm (ghc-skylighting-core): Update to 0.8.2.1.
This commit is contained in:
Timothy Sample 2019-10-31 14:31:48 -04:00
parent a531ff94c3
commit 1826c2a8ae
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

@ -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)