diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-03-26 12:50:08 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-03-26 13:35:06 -0400 |
commit | 4c0e59d1a853684340402611ea5a1a66861d1cba (patch) | |
tree | 7179c0bdcdc8bb8212572d479d88873b84de2ce5 | |
parent | 641d05188d1a112ae33893ed916939874f786e16 (diff) | |
download | guix-4c0e59d1a853684340402611ea5a1a66861d1cba.tar guix-4c0e59d1a853684340402611ea5a1a66861d1cba.tar.gz |
gnu: sdl2: Update to 2.0.4.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
-rw-r--r-- | gnu/packages/sdl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 825e7db5d9..163b46670b 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -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 |