guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ghc-tasty-rerun: Update to 1.1.7.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: ghc-tasty-rerun: Update to 1.1.7.
Date: Wed, 29 Nov 2017 08:52:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 60c8a14b8a2dddf9ef00624fcd9b607863987e56
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Nov 29 13:42:06 2017 +0100

    gnu: ghc-tasty-rerun: Update to 1.1.7.
    
    * gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
---
 gnu/packages/haskell-check.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 190ee7c..871e0b9 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2017 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2017 rsiddharth <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -283,7 +284,7 @@ test-framework.")
 (define-public ghc-tasty-rerun
   (package
     (name "ghc-tasty-rerun")
-    (version "1.1.6")
+    (version "1.1.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -291,7 +292,7 @@ test-framework.")
                     "tasty-rerun-" version ".tar.gz"))
               (sha256
                (base32
-                "0ycxg7whabgcxyzy6gr536x8ykzx45whh1wrbsc7c58zi862fczd"))))
+                "18hz1xqinf59mzvd68ygj9333v0a32qxfcas7crn4iniq5zv71kj"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-mtl" ,ghc-mtl)



reply via email to

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