3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-hinotify: Update to 0.4.

* gnu/packages/haskell-xyz.scm (ghc-hinotify): Update to 0.4.
This commit is contained in:
Timothy Sample 2019-10-31 10:12:45 -04:00
parent 4fce0a4a34
commit c2342abba5
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -4704,7 +4704,7 @@ library and an executable.")
(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 @@ library and an executable.")
"hinotify-" version ".tar.gz"))
(sha256
(base32
"17ax3n68a5c2ddazp86aciliskrh6znd3bnry0wcllmb6dbpsaxg"))))
"1x1lm685ws2q0z0ibwq6x3l72xh67mj06s36xiga3al48d92q63x"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)))