mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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.
This commit is contained in:
parent
871ceb317b
commit
79a0691089
1 changed files with 5 additions and 2 deletions
|
@ -7061,7 +7061,7 @@ (define-public ghc-old-time
|
|||
(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 @@ (define-public ghc-opengl
|
|||
".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)
|
||||
|
|
Loading…
Reference in a new issue