mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: sdl2: Update to 2.0.10.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.10.
This commit is contained in:
parent
4d04bc50d2
commit
20269b6e08
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ (define-public sdl
|
|||
(define-public sdl2
|
||||
(package (inherit sdl)
|
||||
(name "sdl2")
|
||||
(version "2.0.9")
|
||||
(version "2.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -115,7 +115,7 @@ (define-public sdl2
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c94ndagzkdfqaa838yqg589p1nnqln8mv0hpwfhrkbfczf8cl95"))))
|
||||
"0mqxp6w5jhbq6y1j690g9r3gpzwjxh4czaglw8x05l7hl49nqrdl"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments sdl)
|
||||
((#:configure-flags flags)
|
||||
|
|
Loading…
Reference in a new issue