me
/
guix
Archived
1
0
Fork 0

gnu: sdl2: Update to 2.30.1.

* gnu/packages/sdl.scm (sdl2): Update to 2.30.1.

Change-Id: I0417cfaa0af55df63f731efad420de9f2b81a3d9
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
master
dan 2024-03-26 09:28:54 +08:00 committed by John Kehayias
parent b43d36a556
commit f7c259b265
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2023 Evgeny Pisemsky <evgeny@pisemsky.com>
;;; Copyright © 2023 dan <i@dan.games>
;;; Copyright © 2023, 2024 dan <i@dan.games>
;;;
;;; This file is part of GNU Guix.
;;;
@ -118,7 +118,7 @@ joystick, and graphics hardware.")
(package
(inherit sdl)
(name "sdl2")
(version "2.28.5")
(version "2.30.1")
(source (origin
(method url-fetch)
(uri
@ -126,7 +126,7 @@ joystick, and graphics hardware.")
version ".tar.gz"))
(sha256
(base32
"1r36cspzv6h8abiqbbkrgm17g975p9wiziir2xabj3721dyv6b1k"))))
"0fj7gxc7rlzzrafnx9nmf7ws3paxy583fmx7bcbavi6gr3xmy881"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)