guix-commits
[Top][All Lists]
Advanced

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

92/329: gnu: ghc-tasty-hunit: Update to 0.10.0.2.


From: guix-commits
Subject: 92/329: gnu: ghc-tasty-hunit: Update to 0.10.0.2.
Date: Wed, 20 Nov 2019 21:17:17 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 92db1a887f6cd294f06e760debe3a83fc67d7f68
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:16:39 2019 -0400

    gnu: ghc-tasty-hunit: Update to 0.10.0.2.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-hunit): Update to 0.10.0.2.
---
 gnu/packages/haskell-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 33d08ea..dec68a5 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -187,7 +187,7 @@ and any other types of tests into a single test suite.")
 (define-public ghc-tasty-hunit
   (package
     (name "ghc-tasty-hunit")
-    (version "0.10.0.1")
+    (version "0.10.0.2")
     (source
      (origin
        (method url-fetch)
@@ -197,7 +197,7 @@ and any other types of tests into a single test suite.")
              ".tar.gz"))
        (sha256
         (base32
-         "0j3hgga6c3s8h5snzivb8a75h96207ia2rlbxzj07xbf4zpkp44g"))))
+         "1xvf5xs0r8xqkcg354klz4wyzwyzvinalyl6f4fnxwqmzrgch8s8"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-call-stack" ,ghc-call-stack-boot)



reply via email to

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