mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-openglraw: Update to 3.3.1.0.
* gnu/packages/haskell.scm (ghc-openglraw): Update to 3.3.1.0.
This commit is contained in:
parent
cd40c4d6c3
commit
1aacec9e3d
1 changed files with 2 additions and 2 deletions
|
@ -1539,7 +1539,7 @@ (define-public ghc-fixed
|
|||
(define-public ghc-openglraw
|
||||
(package
|
||||
(name "ghc-openglraw")
|
||||
(version "3.2.7.0")
|
||||
(version "3.3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1549,7 +1549,7 @@ (define-public ghc-openglraw
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"024aln102d1mmsdalq9jd5mmwjbnrb8gxcak73lybrc7q87kswk2"))))
|
||||
"1x8w3x308jldj2c1xqcq3a3sc2jc06pdpgqkgjsmixi1skv4a1vb"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-half" ,ghc-half)
|
||||
|
|
Loading…
Reference in a new issue