gnu: sdl2-mixer: Update to 2.6.3.

* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.6.3.
[source]: Don't explicitly return #t from snippet.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 7158276074
commit b6ef8b664a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -484,7 +484,7 @@ (define-public sdl2-image
(define-public sdl2-mixer
(package (inherit sdl-mixer)
(name "sdl2-mixer")
(version "2.6.2")
(version "2.6.3")
(source
(origin
(method url-fetch)
@ -494,10 +494,9 @@ (define-public sdl2-mixer
(modules '((guix build utils)))
(snippet '(begin
;; Remove bundled libraries.
(delete-file-recursively "external")
#t))
(delete-file-recursively "external")))
(sha256
(base32 "0wd35a9fcj1bv534k9cr4jdk076dpiqq0ayk6cybmv3d6q8aiplc"))))
(base32 "13zadq6lmzdglvp0arl7x5y7zihv31vr4pisgrhwwj468xmahsvs"))))
(arguments
(list #:tests? #f ;no tests
#:configure-flags