mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: ghc-unix-compat: Update to 0.4.2.0.
* gnu/packages/haskell.scm (ghc-unix-compat): Update to 0.4.2.0.
This commit is contained in:
parent
3295a6daf8
commit
99c4e5616a
1 changed files with 2 additions and 2 deletions
|
@ -2191,7 +2191,7 @@ (define-public ghc-unix-time
|
|||
(define-public ghc-unix-compat
|
||||
(package
|
||||
(name "ghc-unix-compat")
|
||||
(version "0.4.1.4")
|
||||
(version "0.4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2201,7 +2201,7 @@ (define-public ghc-unix-compat
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jxk7j5pz2kgfpqr4hznndjg31pqj5xg2qfc5308fcn9xyg1myps"))))
|
||||
"036nv05w0yjxc3rfpar60ddjrlzc40mdgr5k6ihvwlvqfmq1gw9m"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page
|
||||
"https://github.com/jystic/unix-compat")
|
||||
|
|
Loading…
Reference in a new issue