summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-01 21:51:25 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:47 -0500
commitb79b43d4ceddfbbcf4e33bd79aa735ac621b18c9 (patch)
tree79071f3b25bfb7ec764f6ecd6d71ead077e165fc /gnu/packages/haskell-xyz.scm
parent2da02d09c219c27caa019cb26246136129524f17 (diff)
downloadpatches-b79b43d4ceddfbbcf4e33bd79aa735ac621b18c9.tar
patches-b79b43d4ceddfbbcf4e33bd79aa735ac621b18c9.tar.gz
gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4.
* gnu/packages/haskell-xyz.scm (ghc-gtk2hs-buildtools): Update to 0.13.5.4.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 20489c4f9d..c87d253a0c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4285,7 +4285,7 @@ and edge labels with positional information, etc.
(define-public ghc-gtk2hs-buildtools
(package
(name "ghc-gtk2hs-buildtools")
- (version "0.13.4.0")
+ (version "0.13.5.4")
(source
(origin
(method url-fetch)
@@ -4294,7 +4294,7 @@ and edge labels with positional information, etc.
version ".tar.gz"))
(sha256
(base32
- "0yg6xmylgpylmnh5g33qwwn5x9bqckdvvv4czqzd9vrr12lnnghg"))))
+ "1flxsacxwmabzzalhn8558kmj95z01c0lmikrn56nxh7p62nxm25"))))
(build-system haskell-build-system)
(inputs
`(("ghc-random" ,ghc-random)