diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-02-05 14:23:40 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-02-05 15:29:41 +0800 |
commit | b907324d0551b266df625201a16fd5c4d1f53a38 (patch) | |
tree | d7136a2b1325365949ae155a9896c94ab6269ff1 /gnu | |
parent | 1effda8dc51507cbeb420ff7173b843ca7b83357 (diff) | |
download | patches-b907324d0551b266df625201a16fd5c4d1f53a38.tar patches-b907324d0551b266df625201a16fd5c4d1f53a38.tar.gz |
gnu: sdl2: Update to 2.0.3.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.3.
Diffstat (limited to 'gnu')
-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 7ce479404c..f10120a631 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -83,7 +83,7 @@ joystick, and graphics hardware.") (define sdl2 (package (inherit sdl) (name "sdl2") - (version "2.0.0") + (version "2.0.3") (source (origin (method url-fetch) (uri @@ -91,7 +91,7 @@ joystick, and graphics hardware.") version ".tar.gz")) (sha256 (base32 - "0y3in99brki7vc2mb4c0w39v70mf4h341mblhh8nmq4h7lawhskg")))) + "0369ngvb46x6c26h8zva4x22ywgy6mvn0wx87xqwxg40pxm9m9m5")))) (license bsd-3))) (define libmikmod |