summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:25:31 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:54 -0500
commit6dcca515c942e20df41b8be9542cbae0414ae19e (patch)
tree57060634e05609dece582b97870944ba9b96afca
parentff25ccf4294ba61a011ded6542cfb93f2c3301c6 (diff)
downloadguix-patches-6dcca515c942e20df41b8be9542cbae0414ae19e.tar
guix-patches-6dcca515c942e20df41b8be9542cbae0414ae19e.tar.gz
gnu: ghc-data-accessor: Update to 0.2.2.8.
* gnu/packages/haskell-xyz.scm (ghc-data-accessor): Update to 0.2.2.8.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 37b9b262fc..59944002e5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2289,7 +2289,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)
@@ -2297,7 +2297,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