mbakke pushed a commit to branch staging
in repository guix.
commit 5b393bc3407b27d37f113f7da25f3cd5bf5ef1dc
Author: Marius Bakke <[email protected]>
AuthorDate: Sat Nov 26 11:00:31 2022 +0100
gnu: sdl2: Update to 2.26.0.
* gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
---
gnu/packages/sdl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 0c419dfaca..e4584356f8 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
;;; Copyright © 2019 Kei Kebreau <[email protected]>
;;; Copyright © 2019, 2020 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2019 Marius Bakke <[email protected]>
+;;; Copyright © 2019, 2022 Marius Bakke <[email protected]>
;;; Copyright © 2019 Pierre Neidhardt <[email protected]>
;;; Copyright © 2020 Timotej Lazar <[email protected]>
;;; Copyright © 2020 Oleg Pykhalov <[email protected]>
@@ -115,7 +115,7 @@ joystick, and graphics hardware.")
(package
(inherit sdl)
(name "sdl2")
- (version "2.24.0")
+ (version "2.26.0")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ joystick, and graphics hardware.")
version ".tar.gz"))
(sha256
(base32
- "15vd9najhjh6s9z9hhx7zp51iby690a1g3h7kcwjvyb82x5w7r4i"))))
+ "15djpp1bkf5d9mfh3xv9zlr925zq65k3gpvb9g497kpbkwbdf040"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)