mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -4253,7 +4253,7 @@ (define-public ghc-blaze-markup
|
|||
(define-public ghc-easy-file
|
||||
(package
|
||||
(name "ghc-easy-file")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4263,7 +4263,7 @@ (define-public ghc-easy-file
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
|
||||
"0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page
|
||||
"https://github.com/kazu-yamamoto/easy-file")
|
||||
|
|
Loading…
Reference in a new issue