Archived
1
0
Fork 0

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