guix-commits
[Top][All Lists]
Advanced

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

155/257: gnu: ghc-mockery: Update to 0.3.5.


From: Ricardo Wurmus
Subject: 155/257: gnu: ghc-mockery: Update to 0.3.5.
Date: Thu, 27 Sep 2018 15:47:18 -0400 (EDT)

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

commit e19e2a36068f8361943cef02e4f09e0591453aaf
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:14:19 2018 -0400

    gnu: ghc-mockery: Update to 0.3.5.
    
    * gnu/packages/haskell.scm (ghc-mockery): Update to 0.3.5.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d754ecd..9b906e1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6057,14 +6057,14 @@ back-ends.")
 (define-public ghc-mockery
   (package
     (name "ghc-mockery")
-    (version "0.3.3")
+    (version "0.3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "mockery/mockery-" version ".tar.gz"))
               (sha256
                (base32
-                "1m7sq2vclgir3qbpngzl3g87ks4034blwwf7p3h02c0jlcwpl5b1"))))
+                "09ypgm3z69gq8mj6y66ss58kbjnk15r8frwcwbqcfbfksfnfv8dp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-temporary" ,ghc-temporary)



reply via email to

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