mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
2da02d09c2
commit
b79b43d4ce
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue