mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-hinotify: Update to 0.4.
* gnu/packages/haskell-xyz.scm (ghc-hinotify): Update to 0.4.
This commit is contained in:
parent
4fce0a4a34
commit
c2342abba5
1 changed files with 2 additions and 2 deletions
|
@ -4704,7 +4704,7 @@ (define-public ghc-hindent
|
|||
(define-public ghc-hinotify
|
||||
(package
|
||||
(name "ghc-hinotify")
|
||||
(version "0.3.10")
|
||||
(version "0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4712,7 +4712,7 @@ (define-public ghc-hinotify
|
|||
"hinotify-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17ax3n68a5c2ddazp86aciliskrh6znd3bnry0wcllmb6dbpsaxg"))))
|
||||
"1x1lm685ws2q0z0ibwq6x3l72xh67mj06s36xiga3al48d92q63x"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-async" ,ghc-async)))
|
||||
|
|
Loading…
Reference in a new issue