diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-02-04 00:37:33 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-20 13:11:09 -0500 |
commit | 140c667cb6bd21022e8e3b02f8ee7e9df66d32b5 (patch) | |
tree | c1d9c1c611126f7e5eda4438489058c1735d0cee | |
parent | b4c8855eaa5644b95f7d6053c099690a20ed1259 (diff) |
gnu: sdl2: Update to 2.0.14.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.14.
Signed-off-by: Leo Famulari <leo@famulari.name>
-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 e4e452fec5..80d72cd0a1 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -115,7 +115,7 @@ joystick, and graphics hardware.") (define-public sdl2 (package (inherit sdl) (name "sdl2") - (version "2.0.12") + (version "2.0.14") (source (origin (method url-fetch) (uri @@ -123,7 +123,7 @@ joystick, and graphics hardware.") version ".tar.gz")) (sha256 (base32 - "0qy8wbqvfkb5ps8kxgaaf2zzpkjqbsw712hlp74znbn0jpv6i4il")))) + "1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq")))) (arguments (substitute-keyword-arguments (package-arguments sdl) ((#:configure-flags flags) |