me
/
guix
Archived
1
0
Fork 0

gnu: ghc-opengl: Update to 3.0.3.0.

* gnu/packages/haskell-xyz.scm (ghc-opengl): Update to 3.0.3.0.
[arguments]: Set Cabal file to r1.
master
Timothy Sample 2019-10-31 12:56:39 -04:00
parent 871ceb317b
commit 79a0691089
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 5 additions and 2 deletions

View File

@ -7061,7 +7061,7 @@ old @code{time} library. For new projects, the newer
(define-public ghc-opengl
(package
(name "ghc-opengl")
(version "3.0.2.2")
(version "3.0.3.0")
(source
(origin
(method url-fetch)
@ -7071,8 +7071,11 @@ old @code{time} library. For new projects, the newer
".tar.gz"))
(sha256
(base32
"19vxwvx2n8zq2klj176l25n2b64ybp0b8mhm4p46gvpcivz41fjc"))))
"069fg8jcxqq2z9iikynd8vi3jxm2b5y3qywdh4bdviyzab3zy1as"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("1" "1748mrb6r9mpf5jbrx436lwbg8w6dadyy8dhxw2dwnrj5z7zf741")))
(inputs
`(("ghc-objectname" ,ghc-objectname)
("ghc-gluraw" ,ghc-gluraw)