gnu: sdl2: Update to 2.0.4.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
master
David Thompson 2016-03-26 12:50:08 -04:00
parent 641d05188d
commit 4c0e59d1a8
1 changed files with 2 additions and 2 deletions

View File

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