me
/
guix
Archived
1
0
Fork 0

gnu: sdl2-mixer: Update to 2.0.4.

* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.4.
master
Tobias Geerinckx-Rice 2019-02-14 23:38:26 +01:00
parent ad237c8bb8
commit 863ab122fc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 14 additions and 14 deletions

View File

@ -366,20 +366,20 @@ 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.0.2") (version "2.0.4")
(source (origin (source
(method url-fetch) (origin
(uri (method url-fetch)
(string-append "http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-" (uri
version ".tar.gz")) (string-append "http://www.libsdl.org/projects/SDL_mixer/release/"
(modules '((guix build utils))) "SDL2_mixer-" version ".tar.gz"))
(snippet '(begin (modules '((guix build utils)))
;; Remove bundled libraries. (snippet '(begin
(delete-file-recursively "external") ;; Remove bundled libraries.
#t)) (delete-file-recursively "external")
(sha256 #t))
(base32 (sha256
"1fw3kkqi5346ai5if4pxrcbhs5c4vv3a4smgz6fl6kyaxwkmwqaf")))) (base32 "0694vsz5bjkcdgfdra6x9fq8vpzrl8m6q96gh58df7065hw5mkxl"))))
(propagated-inputs (propagated-inputs
(propagated-inputs-with-sdl2 sdl-mixer)))) (propagated-inputs-with-sdl2 sdl-mixer))))