diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 16:14:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 16:51:08 +0200 |
commit | 8d0bc58f2bbf1458365a99a500f5f90b224f1ca4 (patch) | |
tree | b90bc19f8b409125e857625ff28ca1ff624b5a24 /gnu/packages/emulators.scm | |
parent | 36045fa6d6f6ed240bf26d3040846533e9e35e82 (diff) | |
download | guix-8d0bc58f2bbf1458365a99a500f5f90b224f1ca4.tar.gz guix-8d0bc58f2bbf1458365a99a500f5f90b224f1ca4.zip |
gnu: mame: Update to 0.225.
* gnu/packages/emulators.scm (mame): Update to 0.225.
Diffstat (limited to 'gnu/packages/emulators.scm')
-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 f18a01e36e..cf48b20675 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1385,7 +1385,7 @@ play them on systems for which they were never designed!") (define-public mame (package (name "mame") - (version "0.224") + (version "0.225") (source (origin (method git-fetch) @@ -1394,7 +1394,7 @@ play them on systems for which they were never designed!") (commit (apply string-append "mame" (string-split version #\.))))) (file-name (git-file-name name version)) (sha256 - (base32 "0dpg4hz2f1wlp0rmk5c5xq57fy0sblh97z3l66p814wkgzap4bhx")) + (base32 "1n61v1yqmc69399khcm8gdabqaz8rwwj822m8vm5mbyxnw92icqg")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |