mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-gluraw: Update to 2.0.0.4.
* gnu/packages/haskell.scm (ghc-gluraw): Update to 2.0.0.4.
This commit is contained in:
parent
68dc0c294a
commit
211b213367
1 changed files with 2 additions and 2 deletions
|
@ -1599,7 +1599,7 @@ (define-public ghc-glut
|
|||
(define-public ghc-gluraw
|
||||
(package
|
||||
(name "ghc-gluraw")
|
||||
(version "2.0.0.2")
|
||||
(version "2.0.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1609,7 +1609,7 @@ (define-public ghc-gluraw
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1phmvxr0kkxq89ykmr8rj77inj8dvcxd6h72z1ncdgdazfz3sjw8"))))
|
||||
"1i2xi35n5z0d372px9mh6cyhgg1m0cfaiy3fnspkf6kbn9fgsqxq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-openglraw" ,ghc-openglraw)))
|
||||
|
|
Loading…
Reference in a new issue