me
/
guix
Archived
1
0
Fork 0

gnu: ghc-skylighting: Update to 0.8.2.1.

* gnu/packages/haskell-xyz.scm (ghc-skylighting): Update to 0.8.2.1.
master
Timothy Sample 2019-10-31 14:32:03 -04:00
parent a627e599d6
commit 36c940cf52
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -9345,14 +9345,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)))))