[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: libmikmod: Update to 3.3.11.1.
From: |
Marius Bakke |
Subject: |
06/17: gnu: libmikmod: Update to 3.3.11.1. |
Date: |
Tue, 17 Jul 2018 19:18:24 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit fa3b93d6a7530a0f84a20ad8b96e0efe601da2d1
Author: Marius Bakke <address@hidden>
Date: Sat Jul 14 11:37:58 2018 +0200
gnu: libmikmod: Update to 3.3.11.1.
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
---
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 3e21cde..2027163 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -132,7 +132,7 @@ joystick, and graphics hardware.")
(define-public libmikmod
(package
(name "libmikmod")
- (version "3.3.10")
+ (version "3.3.11.1")
(source (origin
(method url-fetch)
(uri (list
@@ -144,7 +144,7 @@ joystick, and graphics hardware.")
version "/libmikmod-" version ".tar.gz")))
(sha256
(base32
- "0j7g4jpa2zgzw7x6s3rldypa7zlwjvn97rwx0sylx1iihhlzbcq0"))))
+ "06bdnhb0l81srdzg6gn2v2ydhhaazza7rshrcj3q8dpqr3gn97dd"))))
(build-system gnu-build-system)
(arguments
;; By default, libmikmod tries to dlopen libasound etc., which won't work
- branch master updated (799dc53 -> b8b15ea), Marius Bakke, 2018/07/17
- 02/17: gnu: rapidjson: Remove non-free code., Marius Bakke, 2018/07/17
- 06/17: gnu: libmikmod: Update to 3.3.11.1.,
Marius Bakke <=
- 05/17: gnu: libextractor: Update to 1.7., Marius Bakke, 2018/07/17
- 03/17: gnu: libb2: Update to 0.98., Marius Bakke, 2018/07/17
- 01/17: gnu: libusb: Update home page., Marius Bakke, 2018/07/17
- 04/17: gnu: libcue: Update to 2.2.1., Marius Bakke, 2018/07/17
- 08/17: gnu: libspiro: Update to 0.5.20150702., Marius Bakke, 2018/07/17
- 07/17: gnu: libmodplug: Update to 0.8.9.0., Marius Bakke, 2018/07/17
- 13/17: gnu: sfml: Remove all bundled dependencies., Marius Bakke, 2018/07/17
- 16/17: gnu: rng-tools: Update to 6.3.1., Marius Bakke, 2018/07/17
- 11/17: gnu: Add stb-image., Marius Bakke, 2018/07/17
- 10/17: gnu: sfml: Update to 2.5.0., Marius Bakke, 2018/07/17