mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: ghc-unix-compat: Update to 0.5.1.
* gnu/packages/haskell.scm (ghc-unix-compat): Update to 0.5.1.
This commit is contained in:
parent
06dae8ffe9
commit
32a9a38087
1 changed files with 2 additions and 2 deletions
|
@ -2464,7 +2464,7 @@ for Unix time in Haskell.")
|
||||||
(define-public ghc-unix-compat
|
(define-public ghc-unix-compat
|
||||||
(package
|
(package
|
||||||
(name "ghc-unix-compat")
|
(name "ghc-unix-compat")
|
||||||
(version "0.4.2.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2474,7 +2474,7 @@ for Unix time in Haskell.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"036nv05w0yjxc3rfpar60ddjrlzc40mdgr5k6ihvwlvqfmq1gw9m"))))
|
"0llwl7rp63fy2ychwdclz1afj45pbin5pfl01dvn6rwhvmwhr7d3"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/jystic/unix-compat")
|
"https://github.com/jystic/unix-compat")
|
||||||
|
|
Loading…
Add table
Reference in a new issue