aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@envs.net>2023-01-29 14:28:54 +0800
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:11:49 -0400
commitdb7d0c0cb9ca6f94d678c5083f38325b6dc1fc7c (patch)
tree4a8bf1589d68979c2275a7378c9c2bbae3a0f199
parent87947c19396e44d2c1338813a33288547353bba2 (diff)
downloadguix-db7d0c0cb9ca6f94d678c5083f38325b6dc1fc7c.tar.gz
guix-db7d0c0cb9ca6f94d678c5083f38325b6dc1fc7c.zip
gnu: sdl2: Update to 2.26.2.
* gnu/packages/sdl.scm (sdl2): Update to 2.26.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--gnu/packages/sdl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 4a964eca19..a373f20d69 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ joystick, and graphics hardware.")
(package
(inherit sdl)
(name "sdl2")
- (version "2.26.1")
+ (version "2.26.2")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ joystick, and graphics hardware.")
version ".tar.gz"))
(sha256
(base32
- "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
+ "1q4r1camsr17mnpv00d6h3qy93b481rp68r6fbxbszq3vv1rplwm"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)