gnu: sdl2: Update to 2.0.8.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-02 22:19:08 +01:00
parent ec8b3d48ff
commit f4009ade25
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -99,7 +99,7 @@ joystick, and graphics hardware.")
(define-public sdl2
(package (inherit sdl)
(name "sdl2")
(version "2.0.7")
(version "2.0.8")
(source (origin
(method url-fetch)
(uri
@ -107,7 +107,7 @@ joystick, and graphics hardware.")
version ".tar.gz"))
(sha256
(base32
"0pjdpxla5kh1w1b0shxrx97a116vyy31njxi0jhyvqhk8d6cfdgf"))))
"1v4js1gkr75hzbxzhwzzif0sf9g07234sd23x1vdaqc661bprizd"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)