guix-commits
[Top][All Lists]
Advanced

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

03/290: gnu: ghc-data-accessor: Update to 0.2.2.8.


From: guix-commits
Subject: 03/290: gnu: ghc-data-accessor: Update to 0.2.2.8.
Date: Wed, 6 Nov 2019 08:22:13 -0500 (EST)

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

commit 2aa55b16974874e8c0e549c3c28884bb4b62bbb9
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:25:31 2019 -0400

    gnu: ghc-data-accessor: Update to 0.2.2.8.
    
    * gnu/packages/haskell-xyz.scm (ghc-data-accessor): Update to 0.2.2.8.
---
 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 217c78a..454121d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2288,7 +2288,7 @@ function performs the conversion you desire.")
 (define-public ghc-data-accessor
   (package
     (name "ghc-data-accessor")
-    (version "0.2.2.7")
+    (version "0.2.2.8")
     (source
      (origin
        (method url-fetch)
@@ -2296,7 +2296,7 @@ function performs the conversion you desire.")
              "mirror://hackage/package/data-accessor/data-accessor-"
              version ".tar.gz"))
        (sha256
-        (base32 "1vf2g1gac3rm32g97rl0fll51m88q7ry4m6khnl5j47qsmx24r9l"))))
+        (base32 "1fq4gygxbz0bd0mzgvc1sl3m4gjnsv8nbgpnmdpa29zj5lb9agxc"))))
     (build-system haskell-build-system)
     (home-page "https://www.haskell.org/haskellwiki/Record_access";)
     (synopsis



reply via email to

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