mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-connection: Update to 0.2.8.
* gnu/packages/haskell.scm (ghc-connection): Update to 0.2.8.
This commit is contained in:
parent
d1d27a67bb
commit
f4585fd1fd
1 changed files with 2 additions and 2 deletions
|
@ -6416,7 +6416,7 @@ (define-public ghc-socks
|
|||
(define-public ghc-connection
|
||||
(package
|
||||
(name "ghc-connection")
|
||||
(version "0.2.6")
|
||||
(version "0.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
|
@ -6424,7 +6424,7 @@ (define-public ghc-connection
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c1prsgad669cmf6qrqlb5hmh0dnam2imijqzpwcr4ja14l6rh83"))))
|
||||
"1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-byteable" ,ghc-byteable)
|
||||
|
|
Loading…
Reference in a new issue