gnu: sdl2: Update to 2.0.3.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.3.
This commit is contained in:
宋文武 2015-02-05 14:23:40 +08:00
parent 1effda8dc5
commit b907324d05
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ joystick, and graphics hardware.")
(define sdl2 (define sdl2
(package (inherit sdl) (package (inherit sdl)
(name "sdl2") (name "sdl2")
(version "2.0.0") (version "2.0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -91,7 +91,7 @@ joystick, and graphics hardware.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0y3in99brki7vc2mb4c0w39v70mf4h341mblhh8nmq4h7lawhskg")))) "0369ngvb46x6c26h8zva4x22ywgy6mvn0wx87xqwxg40pxm9m9m5"))))
(license bsd-3))) (license bsd-3)))
(define libmikmod (define libmikmod