guix-commits
[Top][All Lists]
Advanced

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

09/328: gnu: ghc-microlens: Update to 0.4.10.


From: guix-commits
Subject: 09/328: gnu: ghc-microlens: Update to 0.4.10.
Date: Sat, 16 Nov 2019 19:32:09 -0500 (EST)

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

commit 66b0416c1ae8115206cbab3009141a1c3efc6311
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:41:50 2019 -0400

    gnu: ghc-microlens: Update to 0.4.10.
    
    * gnu/packages/haskell-xyz.scm (ghc-microlens): Update to 0.4.10.
---
 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 2da10eb..df5c288 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6168,7 +6168,7 @@ efficient memo functions using tries.")
 (define-public ghc-microlens
   (package
     (name "ghc-microlens")
-    (version "0.4.9.1")
+    (version "0.4.10")
     (source
      (origin
        (method url-fetch)
@@ -6177,7 +6177,7 @@ efficient memo functions using tries.")
                            "microlens-" version ".tar.gz"))
        (sha256
         (base32
-         "0j2nzf0vpx2anvsrg2w0vy2z4jn3kkcs2n6glkzblhn1j9piqh51"))))
+         "1v277yyy4p9q57xr2lfp6qs24agglfczmcabrapxrzci3jfshmcw"))))
     (build-system haskell-build-system)
     (home-page
      "https://github.com/aelve/microlens";)



reply via email to

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