guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libmikmod: Update to 3.3.10.


From: Efraim Flashner
Subject: 03/03: gnu: libmikmod: Update to 3.3.10.
Date: Thu, 27 Oct 2016 09:23:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 7d876afdd8648a481fd8736985cd3359086b0dfb
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 27 12:13:07 2016 +0300

    gnu: libmikmod: Update to 3.3.10.
    
    * gnu/packages/sdl.scm (libmikmod): Update to 3.3.10.
---
 gnu/packages/sdl.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index a942b33..bb4ad1c 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]