me
/
guix
Archived
1
0
Fork 0

gnu: mame: Update to 0.203.

* gnu/packages/emulators.scm (mame): Update to 0.203.
master
Rutger Helling 2018-11-01 09:07:16 +01:00
parent a769a4d432
commit d7ca1899aa
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -1186,7 +1186,7 @@ play them on systems for which they were never designed!")
(define-public mame (define-public mame
(package (package
(name "mame") (name "mame")
(version "0.202") (version "0.203")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1196,7 +1196,7 @@ play them on systems for which they were never designed!")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1v9gm124p65nbj678gfkcvwphp9qc15ky2p12ca6g3rllma94di5")) "19ccqc00024fbjyk0k5d9xljhwq7wsrp7phwm2jmn0h77mgdj844"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled libraries. ;; Remove bundled libraries.