gnu: sdl2-mixer: Update to 2.0.2.
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.2.
This commit is contained in:
parent
44e4a62164
commit
750db2ebbc
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
|
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
|
||||||
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -361,7 +362,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.0.1")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -373,7 +374,7 @@ directory.")
|
||||||
'(delete-file-recursively "external"))
|
'(delete-file-recursively "external"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pv9jzjpcjlbiaybvwrb4avmv46qk7iqxlnqrd2dfj82c4mgc92s"))))
|
"1fw3kkqi5346ai5if4pxrcbhs5c4vv3a4smgz6fl6kyaxwkmwqaf"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(propagated-inputs-with-sdl2 sdl-mixer))))
|
(propagated-inputs-with-sdl2 sdl-mixer))))
|
||||||
|
|
||||||
|
|
Reference in a new issue