gnu: ghc-half: Update to 0.2.2.3.
* gnu/packages/haskell.scm (ghc-half): Update to 0.2.2.3.
This commit is contained in:
parent
a5f89a6333
commit
f1c2aed7df
|
@ -1100,17 +1100,16 @@ PNG, PNM, TGA, TIFF, XCF, XPM, XV.")
|
||||||
(define-public ghc-half
|
(define-public ghc-half
|
||||||
(package
|
(package
|
||||||
(name "ghc-half")
|
(name "ghc-half")
|
||||||
(version "0.2.2.1")
|
(version "0.2.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://hackage.haskell.org/package/half/half-"
|
"https://hackage.haskell.org/package/half/half-"
|
||||||
version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zhwc6ps5w4ccnxl8sy623z4rjsafmnry69jpkw4hrbq11l402f1"))))
|
"0p4sb7vv9cljv48wlx65wgdnkryrk5d6yfh7g4yrm20w1p449hl5"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/ekmett/half")
|
(home-page "https://github.com/ekmett/half")
|
||||||
(synopsis "Half-precision floating-point computations")
|
(synopsis "Half-precision floating-point computations")
|
||||||
|
|
Loading…
Reference in New Issue