mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.1.
Fixes <https://issues.guix.gnu.org/22020>. * gnu/packages/sdl.scm (guile-sdl): Update to 0.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
fa2d651475
commit
f04325c92f
1 changed files with 2 additions and 2 deletions
|
@ -541,7 +541,7 @@ (define-public sdl2-ttf
|
|||
(define-public guile-sdl
|
||||
(package
|
||||
(name "guile-sdl")
|
||||
(version "0.5.3")
|
||||
(version "0.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -549,7 +549,7 @@ (define-public guile-sdl
|
|||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"040gyk3n3yp8i30ngdg97n3083g8b6laky2nlh10jqcyjdd550d6"))))
|
||||
"1q985nd3birr5pny74915x098fisa6llas3ijgf1b4gdz5717nzz"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("lzip" ,lzip)
|
||||
|
|
Loading…
Reference in a new issue