summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:31:22 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:43 -0500
commit145148ca017187b1de0587b664aa4039fdc1852f (patch)
tree2830d9a5220ca41eee543f7bbb8e577e6b652090
parent891b3fa9f3ea62ea1d4a7eecfd8a663331931c37 (diff)
gnu: ghc-sdl2: Update to 2.5.0.0.
* gnu/packages/haskell-xyz.scm (ghc-sdl2): Update to 2.5.0.0.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index cf0df9a616..ce5dccac02 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9070,7 +9070,7 @@ award winning Linux port of \"Civilization: Call To Power.\"")
(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 @@ award winning Linux port of \"Civilization: Call To Power.\"")
"sdl2/sdl2-" version ".tar.gz"))
(sha256
(base32
- "0p4b12fmxps0sbnkqdfy0qw19s355yrkw7fgw6xz53wzq706k991"))))
+ "1x368yhdd55b3cvx8dvj1sj6nzygzigbhrwhssjs4k0rcxlwqfw8"))))
(build-system haskell-build-system)
(arguments '(#:tests? #f)) ; tests require graphical environment
(inputs