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 @@ (define-public sdl
(define-public sdl2 (define-public sdl2
(package (inherit sdl) (package (inherit sdl)
(name "sdl2") (name "sdl2")
(version "2.0.7") (version "2.0.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -107,7 +107,7 @@ (define-public sdl2
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pjdpxla5kh1w1b0shxrx97a116vyy31njxi0jhyvqhk8d6cfdgf")))) "1v4js1gkr75hzbxzhwzzif0sf9g07234sd23x1vdaqc661bprizd"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments sdl) (substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags) ((#:configure-flags flags)