me
/
guix
Archived
1
0
Fork 0

gnu: mame: Update to 0.252.

* gnu/packages/emulators.scm (mame): Update to 0.252.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Nicolas Goaziou 2023-03-18 14:24:45 +01:00 committed by Maxim Cournoyer
parent 72ef1bef07
commit 735b83994f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1758,7 +1758,7 @@ This is a part of the TiLP project.")
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.251") (version "0.252")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1767,7 +1767,7 @@ This is a part of the TiLP project.")
(commit (apply string-append "mame" (string-split version #\.))))) (commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk")) (base32 "07qhcm1v47sy2wj30nx3cbhvcbgki0cl83gabr0miiw60fhgyn6j"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.