aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-06-05 23:30:00 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-06-06 07:22:03 +0200
commit9f0650df650032b55292bb9f87c4aa5e21757e59 (patch)
treedd6cc8bad1cd4a2a27fc97ed2b36d163549c01c6
parent88b028f3a9d4187021b40def68e8474d43dc1e1a (diff)
downloadguix-9f0650df650032b55292bb9f87c4aa5e21757e59.tar
guix-9f0650df650032b55292bb9f87c4aa5e21757e59.tar.gz
gnu: mame: Update to 0.210.
* gnu/packages/emulators.scm (mame): Update to 0.210. [inputs]: Add libxi.
-rw-r--r--gnu/packages/emulators.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 98e7b44cc7..83a9a8bab6 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1191,7 +1191,7 @@ play them on systems for which they were never designed!")
(define-public mame
(package
(name "mame")
- (version "0.209")
+ (version "0.210")
(source
(origin
(method git-fetch)
@@ -1201,7 +1201,7 @@ play them on systems for which they were never designed!")
(file-name (git-file-name name version))
(sha256
(base32
- "08qvwmx8wbfkqxiccmcff86dsrlq6wjxf6blnhhrsbzic1ji99bh"))
+ "08c62mc8aajzh44q36qvmrcq404hdzh3i8wwdfnvn0c4w8dbf486"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
@@ -1350,6 +1350,7 @@ play them on systems for which they were never designed!")
("fontconfig" ,fontconfig)
("glm" ,glm)
("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9
+ ("libxi" ,libxi)
("libxinerama" ,libxinerama)
("lua" ,lua)
("portaudio" ,portaudio)