guix-commits
[Top][All Lists]
Advanced

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

103/249: gnu: ghc-hspec-core: Update to 2.7.1.


From: guix-commits
Subject: 103/249: gnu: ghc-hspec-core: Update to 2.7.1.
Date: Thu, 31 Oct 2019 23:49:40 -0400 (EDT)

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

commit 4154eee4abe6614854e22c9ce8ab8ff1b75d7dfb
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:22:19 2019 -0400

    gnu: ghc-hspec-core: Update to 2.7.1.
    
    * gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.7.1.
---
 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 73e9c47..0e1d19d 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -611,7 +611,7 @@ runs Hspec tests.")
 (define-public ghc-hspec-core
   (package
     (name "ghc-hspec-core")
-    (version "2.5.5")
+    (version "2.7.1")
     (source
      (origin
        (method url-fetch)
@@ -619,7 +619,7 @@ runs Hspec tests.")
                            "hspec-core-" version ".tar.gz"))
        (sha256
         (base32
-         "1vfrqlpn32s9wiykmkxbnrnd5p56yznw20pf8fwzw78ar4wpz55x"))))
+         "08vk8588lap00hsln8zl64dazbb28lzk4b4h5vnm7xvhg7r21k1c"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
     (inputs



reply via email to

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