mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1610,7 +1610,7 @@ (define-public ghc-gluraw
|
||||||
(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 @@ (define-public ghc-opengl
|
||||||
".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 a new issue