me
/
guix
Archived
1
0
Fork 0

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>
master
宋文武 2023-01-29 14:28:54 +08:00 committed by Maxim Cournoyer
parent 87947c1939
commit db7d0c0cb9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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)