gnu: sdl2: Update to 2.0.5.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.5.
This commit is contained in:
Efraim Flashner 2016-10-27 12:07:35 +03:00
parent 5d5790ce44
commit 355d8e873b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ joystick, and graphics hardware.")
(define-public sdl2
(package (inherit sdl)
(name "sdl2")
(version "2.0.4")
(version "2.0.5")
(source (origin
(method url-fetch)
(uri
@ -96,7 +96,7 @@ joystick, and graphics hardware.")
version ".tar.gz"))
(sha256
(base32
"0jqp46mxxbh9lhpx1ih6sp93k752j2smhpc0ad0q4cb3px0famfs"))))
"11c75qj1qxmx67iwkvf9z4x69phk301pdn86zzr6jncnap7kh824"))))
(license bsd-3)))
(define-public libmikmod