summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:27:38 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:16 -0500
commit55c1e6bedaabd45d48e2af467c6559068c26e5c9 (patch)
treee0b56dfb4dc8801b15498a69d186d2f37e9a7d17 /gnu
parente2c0db367594a6b9975ba93af87ad53e0bf2e813 (diff)
downloadguix-patches-55c1e6bedaabd45d48e2af467c6559068c26e5c9.tar
guix-patches-55c1e6bedaabd45d48e2af467c6559068c26e5c9.tar.gz
gnu: ghc-generic-deriving: Update to 1.12.4.
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving): Update to 1.12.4.
Diffstat (limited to 'gnu')
-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 2f56849f28..f0ff122f10 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3743,7 +3743,7 @@ specific Windows, Mac, and Linux file system event notification.")
(define-public ghc-generic-deriving
(package
(name "ghc-generic-deriving")
- (version "1.12.2")
+ (version "1.12.4")
(source
(origin
(method url-fetch)
@@ -3753,7 +3753,7 @@ specific Windows, Mac, and Linux file system event notification.")
".tar.gz"))
(sha256
(base32
- "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
+ "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))