guix-commits
[Top][All Lists]
Advanced

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

36/249: gnu: ghc-microlens-th: Update to 0.4.2.3.


From: guix-commits
Subject: 36/249: gnu: ghc-microlens-th: Update to 0.4.2.3.
Date: Thu, 31 Oct 2019 23:49:22 -0400 (EDT)

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

commit a758f2866847e56c07ac860045a66a366f25791a
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:41:50 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 85ad371..ffbdf97 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6290,7 +6290,7 @@ readme @uref{https://github.com/aelve/microlens#readme, 
on Github}.")
 (define-public ghc-microlens-th
   (package
     (name "ghc-microlens-th")
-    (version "0.4.2.2")
+    (version "0.4.2.3")
     (source
      (origin
        (method url-fetch)
@@ -6299,7 +6299,7 @@ readme @uref{https://github.com/aelve/microlens#readme, 
on Github}.")
                            "microlens-th-" version ".tar.gz"))
        (sha256
         (base32
-         "02nj7lnl61yffi3c6wn341arxhld5r0vj6nzcb5zmqjhnqsv8c05"))))
+         "13qw0pwcgd6f6i39rwgqwcwk1d4da5x7wv3gna7gdlxaq331h41j"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-microlens" ,ghc-microlens)
               ("ghc-th-abstraction" ,ghc-th-abstraction)))



reply via email to

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