gnu: sdl2: Update to 2.0.4.
authorDavid Thompson <dthompson2@worcester.edu>
Sat, 26 Mar 2016 16:50:08 +0000 (12:50 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Sat, 26 Mar 2016 17:35:06 +0000 (13:35 -0400)
* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.

gnu/packages/sdl.scm

index 825e7db..163b466 100644 (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