guix-commits
[Top][All Lists]
Advanced

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

11/177: gnu: hspec-discover: Update to 2.2.4.


From: Ricardo Wurmus
Subject: 11/177: gnu: hspec-discover: Update to 2.2.4.
Date: Tue, 13 Feb 2018 07:38:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 86ad4ee373742b2229e134ec09794ea8def7f0e2
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 19:26:28 2018 +0100

    gnu: hspec-discover: Update to 2.2.4.
    
    * gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
---
 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 a48a4d5..16353ec 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -587,7 +587,7 @@ JUnit tool for Java.")
 (define-public hspec-discover
   (package
     (name "hspec-discover")
-    (version "2.2.0")
+    (version "2.2.4")
     (source
      (origin
        (method url-fetch)
@@ -597,7 +597,7 @@ JUnit tool for Java.")
              ".tar.gz"))
        (sha256
         (base32
-         "0w3awzbljf4hqhxrjrxqa1lfcclg92bhmq641gz2q80vycspapzx"))))
+         "1bz7wb8v0bx1amiz4bpj34xq97d1ia29n3f654wcrh6lacydp3dv"))))
     (build-system haskell-build-system)
     (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
                                  ; documentation files.



reply via email to

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