diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-03-18 14:24:45 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-22 10:09:03 -0400 |
commit | 735b83994f6f81b18d59b0c36ffa5bb5b85fb8dd (patch) | |
tree | 339958a934b34de77fc39deeb6e5fd4de2bd16aa | |
parent | 72ef1bef07c00cda9b26af70e1fbb3c28b0824ad (diff) | |
download | guix-735b83994f6f81b18d59b0c36ffa5bb5b85fb8dd.tar.gz guix-735b83994f6f81b18d59b0c36ffa5bb5b85fb8dd.zip |
gnu: mame: Update to 0.252.
* gnu/packages/emulators.scm (mame): Update to 0.252.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 6934fe2f91..166c3b4ec6 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1758,7 +1758,7 @@ This is a part of the TiLP project.") (define-public mame (package (name "mame") - (version "0.251") + (version "0.252") (source (origin (method git-fetch) @@ -1767,7 +1767,7 @@ This is a part of the TiLP project.") (commit (apply string-append "mame" (string-split version #\.))))) (file-name (git-file-name name version)) (sha256 - (base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk")) + (base32 "07qhcm1v47sy2wj30nx3cbhvcbgki0cl83gabr0miiw60fhgyn6j")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |