mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: sdl2: Update to 2.26.1.
* gnu/packages/sdl.scm (sdl2): Update to 2.26.1.
This commit is contained in:
parent
a957aacf88
commit
588dbc0df9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue