guix-commits
[Top][All Lists]
Advanced

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

91/290: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2.


From: guix-commits
Subject: 91/290: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2.
Date: Wed, 6 Nov 2019 08:22:36 -0500 (EST)

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

commit ae2b41203399d9d5d19e9a508c55dce61a287539
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:16:21 2019 -0400

    gnu: ghc-tasty-expected-failure: Update to 0.11.1.2.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): Update to
    0.11.1.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 cdfa119..33d08ea 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -288,7 +288,7 @@ been added since previous test run.")
 (define-public ghc-tasty-expected-failure
   (package
     (name "ghc-tasty-expected-failure")
-    (version "0.11.1.1")
+    (version "0.11.1.2")
     (source
      (origin
        (method url-fetch)
@@ -297,7 +297,7 @@ been added since previous test run.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji"))))
+         "175gdk1mkslcwjxajkbl4zmaigzf8h4svzd7va5qb519y0dxk28n"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-tagged" ,ghc-tagged)



reply via email to

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