mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: ghc-sdl2: Update to 2.5.0.0.
* gnu/packages/haskell-xyz.scm (ghc-sdl2): Update to 2.5.0.0.
This commit is contained in:
parent
891b3fa9f3
commit
145148ca01
1 changed files with 2 additions and 2 deletions
|
@ -9070,7 +9070,7 @@ (define-public ghc-sdl
|
|||
(define-public ghc-sdl2
|
||||
(package
|
||||
(name "ghc-sdl2")
|
||||
(version "2.4.1.0")
|
||||
(version "2.5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9078,7 +9078,7 @@ (define-public ghc-sdl2
|
|||
"sdl2/sdl2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p4b12fmxps0sbnkqdfy0qw19s355yrkw7fgw6xz53wzq706k991"))))
|
||||
"1x368yhdd55b3cvx8dvj1sj6nzygzigbhrwhssjs4k0rcxlwqfw8"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments '(#:tests? #f)) ; tests require graphical environment
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue