me
/
guix
Archived
1
0
Fork 0

gnu: hlint: Update to 2.1.1.

* gnu/packages/haskell.scm (hlint): Update to 2.1.1.
master
Tobias Geerinckx-Rice 2018-03-25 17:48:34 +02:00
parent 326654e42b
commit 5b367a1ade
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1080,7 +1080,7 @@ specify refactorings without depending on GHC.")
(define-public hlint (define-public hlint
(package (package
(name "hlint") (name "hlint")
(version "2.1") (version "2.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1089,7 +1089,7 @@ specify refactorings without depending on GHC.")
"/" name "-" version ".tar.gz")) "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13chm0dhh1fn2iy3flnh7ahc3yzh8q0v10qxwd1739sywhykayg9")))) "0mmfavd158l5ig5wb1b1zbhbraj8hhqvbk4mg85n6c8ndpr4grd4"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("cpphs" ,cpphs) `(("cpphs" ,cpphs)