gnu: sdl2: Update to 2.26.1.

* gnu/packages/sdl.scm (sdl2): Update to 2.26.1.
This commit is contained in:
Marius Bakke 2022-12-12 11:06:15 +01:00 committed by Maxim Cournoyer
parent a957aacf88
commit 588dbc0df9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -115,7 +115,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
(version "2.26.0")
(version "2.26.1")
(source (origin
(method url-fetch)
(uri
@ -123,7 +123,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
"15djpp1bkf5d9mfh3xv9zlr925zq65k3gpvb9g497kpbkwbdf040"))))
"011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)