gnu: ghc-opengl: Update to 3.0.2.2.
* gnu/packages/haskell.scm (ghc-opengl): Update to 3.0.2.2.
This commit is contained in:
parent
81caf94885
commit
ce88eae9a3
|
@ -1610,7 +1610,7 @@ basis for a nicer interface.")
|
||||||
(define-public ghc-opengl
|
(define-public ghc-opengl
|
||||||
(package
|
(package
|
||||||
(name "ghc-opengl")
|
(name "ghc-opengl")
|
||||||
(version "3.0.1.0")
|
(version "3.0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1620,7 +1620,7 @@ basis for a nicer interface.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nm2mzrn1h2nnfs9vl5p088hqpll7rdvcsyqsn8q641im9jhqp7l"))))
|
"19vxwvx2n8zq2klj176l25n2b64ybp0b8mhm4p46gvpcivz41fjc"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-text" ,ghc-text)
|
`(("ghc-text" ,ghc-text)
|
||||||
|
|
Loading…
Reference in New Issue