guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

79/328: gnu: ghc-hinotify: Update to 0.4.


From: guix-commits
Subject: 79/328: gnu: ghc-hinotify: Update to 0.4.
Date: Sat, 16 Nov 2019 19:32:27 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 1868176297edd8f3de2b4b9eb3f16e5acc0e65f7
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:12:45 2019 -0400

    gnu: ghc-hinotify: Update to 0.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-hinotify): Update to 0.4.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fc438cc..213d56f 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]