guix-commits
[Top][All Lists]
Advanced

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

15/53: gnu: ghc-hspec: Update to 2.5.5.


From: Ricardo Wurmus
Subject: 15/53: gnu: ghc-hspec: Update to 2.5.5.
Date: Thu, 16 Aug 2018 11:04:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2c8d998fb18d3c8832fefb4594b37d97d85e687
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:21:54 2018 +0200

    gnu: ghc-hspec: Update to 2.5.5.
    
    * gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5.
---
 gnu/packages/haskell-check.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index a3179cf..d6b171d 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -707,17 +707,15 @@ used to test the in-development version of Hspec.")
 (define-public ghc-hspec
   (package
     (name "ghc-hspec")
-    (version "2.2.4")
+    (version "2.5.5")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://hackage.haskell.org/package/hspec/hspec-";
-             version
-             ".tar.gz"))
+       (uri (string-append "https://hackage.haskell.org/package/hspec/";
+                           "hspec-" version ".tar.gz"))
        (sha256
         (base32
-         "1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj"))))
+         "1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hspec-core" ,ghc-hspec-core)



reply via email to

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