diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-03 21:28:17 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-03 21:28:17 +0200 |
commit | 03370346af1c567822b0ebfccf80f6b08f539075 (patch) | |
tree | 53955bc7fd8605e68c34259c04de5c04b7aa72a0 | |
parent | 412342d1ef2ec81d669ad0e5a50f24962c24a8b6 (diff) | |
download | guix-03370346af1c567822b0ebfccf80f6b08f539075.tar.gz guix-03370346af1c567822b0ebfccf80f6b08f539075.zip |
gnu: mame: Update to 0.208.
* gnu/packages/emulators.scm (mame): Update to 0.208.
[native-inputs]: Add python-sphinxcontrib-svg2pdfconverter.
-rw-r--r-- | gnu/packages/emulators.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 04a510cdcf..902e766438 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.206") + (version "0.208") (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 - "0i01h5ars1yd96ndmzhk47931hf261m8frqz1ha7s2gy52f0q86y")) + "14j7n4haggqsph0nw69d79z3y9lrdc7rzs2sl1kzggfnd37nh81s")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. @@ -1339,7 +1339,8 @@ play them on systems for which they were never designed!") #t)))))) (native-inputs `(("pkg-config" ,pkg-config) - ("python-sphinx" ,python-sphinx) + ("sphinx" ,python-sphinx) + ("sphinxcontrib-svg2pdfconverter" ,python-sphinxcontrib-svg2pdfconverter) ("texinfo" ,texinfo))) (inputs `(("alsa-lib" ,alsa-lib) |