gnu: libmikmod: Update to 3.3.10.

* gnu/packages/sdl.scm (libmikmod): Update to 3.3.10.
This commit is contained in:
Efraim Flashner 2016-10-27 12:13:07 +03:00
parent 355d8e873b
commit 7d876afdd8
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -102,14 +102,14 @@ joystick, and graphics hardware.")
(define-public libmikmod
(package
(name "libmikmod")
(version "3.3.7")
(version "3.3.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/mikmod/libmikmod/"
version "/libmikmod-" version ".tar.gz"))
(sha256
(base32
"18nrkf5l50hfg0y50yxr7bvik9f002lhn8c00nbcp6dgm5011x2c"))))
"0j7g4jpa2zgzw7x6s3rldypa7zlwjvn97rwx0sylx1iihhlzbcq0"))))
(build-system gnu-build-system)
(arguments
;; By default, libmikmod tries to dlopen libasound etc., which won't work