mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-openglraw: Update to 3.3.3.0.
* gnu/packages/haskell-xyz.scm (ghc-openglraw): Update to 3.3.3.0.
This commit is contained in:
parent
c69f98bafd
commit
15ebc81547
1 changed files with 2 additions and 2 deletions
|
@ -7063,7 +7063,7 @@ (define-public ghc-opengl
|
|||
(define-public ghc-openglraw
|
||||
(package
|
||||
(name "ghc-openglraw")
|
||||
(version "3.3.1.0")
|
||||
(version "3.3.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7073,7 +7073,7 @@ (define-public ghc-openglraw
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x8w3x308jldj2c1xqcq3a3sc2jc06pdpgqkgjsmixi1skv4a1vb"))))
|
||||
"0zgllb4bcash2i2cispa3j565aw3dpxs41ghmhpvyvi4a6xmyldx"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-half" ,ghc-half)
|
||||
|
|
Loading…
Reference in a new issue