mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-unix-compat: Update to 0.5.2.
* gnu/packages/haskell-xyz.scm (ghc-unix-compat): Update to 0.5.2.
This commit is contained in:
parent
b5920d5040
commit
bc82e9f56f
1 changed files with 2 additions and 2 deletions
|
@ -10792,7 +10792,7 @@ (define-public ghc-uniplate
|
|||
(define-public ghc-unix-compat
|
||||
(package
|
||||
(name "ghc-unix-compat")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -10802,7 +10802,7 @@ (define-public ghc-unix-compat
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3"))))
|
||||
"1a8brv9fax76b1fymslzyghwa6ma8yijiyyhn12msl3i5x24x6k5"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page
|
||||
"https://github.com/jystic/unix-compat")
|
||||
|
|
Loading…
Reference in a new issue