gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4.

* gnu/packages/haskell-xyz.scm (ghc-gtk2hs-buildtools): Update to
0.13.5.4.
This commit is contained in:
Timothy Sample 2019-11-01 21:51:25 -04:00
parent 2da02d09c2
commit b79b43d4ce
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -4285,7 +4285,7 @@ (define-public ghc-graphviz
(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 @@ (define-public ghc-gtk2hs-buildtools
version ".tar.gz"))
(sha256
(base32
"0yg6xmylgpylmnh5g33qwwn5x9bqckdvvv4czqzd9vrr12lnnghg"))))
"1flxsacxwmabzzalhn8558kmj95z01c0lmikrn56nxh7p62nxm25"))))
(build-system haskell-build-system)
(inputs
`(("ghc-random" ,ghc-random)