diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-01 21:35:22 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-12-01 21:35:22 +0100 |
commit | 8ab624f991d73010619f3d6bde91664c24b46c77 (patch) | |
tree | 7f806ffea0ef38230d945a4320a82b5cd68ee00b | |
parent | b4cb5d7a48803164a57c66a641f38d32b6221dc8 (diff) | |
download | patches-8ab624f991d73010619f3d6bde91664c24b46c77.tar patches-8ab624f991d73010619f3d6bde91664c24b46c77.tar.gz |
gnu: mame: Update to 0.216.
* gnu/packages/emulators.scm (mame): Update to 0.216.
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index e622d2df4d..c25fb76f30 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1203,7 +1203,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.215") + (version "0.216") (source (origin (method git-fetch) @@ -1213,7 +1213,7 @@ play them on systems for which they were never designed!") (file-name (git-file-name name version)) (sha256 (base32 - "1fj2qahi0fpn41zxph06wdgjashy6vsgj0gqfly8hvcmv99r3d65")) + "1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |