summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:12:45 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:08 -0500
commitc2342abba5aabf48fb3bd8e9f8b502de278cba03 (patch)
tree35b43fb1c9d89b9225c9fcd8910aa97d392462eb
parent4fce0a4a34d0bc5b787634091664aca861902d26 (diff)
gnu: ghc-hinotify: Update to 0.4.
* gnu/packages/haskell-xyz.scm (ghc-hinotify): Update to 0.4.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fc438ccfb8..213d56ffc6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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)))