gnu: hscolour: Update to 1.24.4.

* gnu/packages/haskell.scm (hscolour): Update to 1.24.4.
This commit is contained in:
Timothy Sample 2018-08-28 21:22:01 -04:00 committed by Ricardo Wurmus
parent e09ef4fcca
commit 8642b86a00
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2974,7 +2974,7 @@ parser isolation, and labeled blocks for better error messages.")
(define-public hscolour
(package
(name "hscolour")
(version "1.24.1")
(version "1.24.4")
(source
(origin
(method url-fetch)
@ -2984,7 +2984,7 @@ parser isolation, and labeled blocks for better error messages.")
".tar.gz"))
(sha256
(base32
"1j3rpzjygh3igvnd1n2xn63bq68rs047cjxr2qi6xyfnivgf6vz4"))))
"079jwph4bwllfp03yfr26s5zc6m6kw3nhb1cggrifh99haq34cr4"))))
(build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/hscolour")
(synopsis "Script to colourise Haskell code")