mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ghc-mysql: Update to 0.2.1.
* gnu/packages/haskell-xyz.scm (ghc-mysql): Update to 0.2.1.
This commit is contained in:
parent
27b9b6bbe4
commit
f66c69a32d
1 changed files with 2 additions and 2 deletions
|
@ -16157,7 +16157,7 @@ (define-public ghc-template-haskell-compat-v0208
|
|||
(define-public ghc-mysql
|
||||
(package
|
||||
(name "ghc-mysql")
|
||||
(version "0.2.0.1")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -16166,7 +16166,7 @@ (define-public ghc-mysql
|
|||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16m8hv9yy2nf4jwgqg6n9z53n2pzskbc3gwbp2i3kgff8wsmf8sd"))))
|
||||
(base32 "051w428arxbix06a52dacqjpnkfx42zbazxsd3l9d857dsd0kl3g"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; TODO: Fails to connect to server.
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue