gnu: ghc-easy-file: Update to 0.2.2.
* gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
This commit is contained in:
parent
d05d03dda0
commit
7d887a2cec
|
@ -4253,7 +4253,7 @@ library for Haskell.")
|
||||||
(define-public ghc-easy-file
|
(define-public ghc-easy-file
|
||||||
(package
|
(package
|
||||||
(name "ghc-easy-file")
|
(name "ghc-easy-file")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4263,7 +4263,7 @@ library for Haskell.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
|
"0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/kazu-yamamoto/easy-file")
|
"https://github.com/kazu-yamamoto/easy-file")
|
||||||
|
|
Loading…
Reference in New Issue