guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: ghc-quickcheck-unicode: Update to 1.0.1.0.


From: Tobias Geerinckx-Rice
Subject: 05/16: gnu: ghc-quickcheck-unicode: Update to 1.0.1.0.
Date: Wed, 10 Jan 2018 10:26:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 03de26343e075558c02a955c2a7753052e3943da
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 04:44:45 2018 +0100

    gnu: ghc-quickcheck-unicode: Update to 1.0.1.0.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck-unicode): Update to
    1.0.1.0.
---
 gnu/packages/haskell-check.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 6bcf6c9..45041c3 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -7,7 +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>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -343,17 +343,16 @@ provided by the Haskell Platform.")
 (define-public ghc-quickcheck-unicode
   (package
     (name "ghc-quickcheck-unicode")
-    (version "1.0.0.1")
+    (version "1.0.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             
"https://hackage.haskell.org/package/quickcheck-unicode/quickcheck-unicode-";
-             version
-             ".tar.gz"))
+             "https://hackage.haskell.org/package/quickcheck-unicode/";
+             "quickcheck-unicode-" version ".tar.gz"))
        (sha256
         (base32
-         "1a8nl6x7l9b22yx61wm0bh2n1xzb1hd5i5zgg1w4fpaivjnrrhi4"))))
+         "0s43s1bzbg3gwsjgm7fpyksd1339f0m26dlw2famxwyzgvm0a80k"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-quickcheck" ,ghc-quickcheck)))
     (home-page



reply via email to

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