guix-commits
[Top][All Lists]
Advanced

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

116/290: gnu: ghc-hspec-contrib: Update to 0.5.1.


From: guix-commits
Subject: 116/290: gnu: ghc-hspec-contrib: Update to 0.5.1.
Date: Wed, 6 Nov 2019 08:22:41 -0500 (EST)

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

commit 8419179e100e264bc42f8125ad51710e651f2835
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:26:09 2019 -0400

    gnu: ghc-hspec-contrib: Update to 0.5.1.
    
    * gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.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 bcbb707..4e619b3 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -692,7 +692,7 @@ Haskell, inspired by the Ruby library RSpec.")
 (define-public ghc-hspec-contrib
   (package
     (name "ghc-hspec-contrib")
-    (version "0.5.0")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -700,7 +700,7 @@ Haskell, inspired by the Ruby library RSpec.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13579xdqwbsy8k0vxdcvgy932d4p76mij1rzkzbpqbspfn7399yv"))))
+                "0hhzxaa3fxz5mk5qcsrnfr98a7bn3szx2ydgr0x9mbqmm1jg06rc"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hspec-core" ,ghc-hspec-core)



reply via email to

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