summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-28 09:35:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-28 18:38:27 +0200
commit686bb9342f203ea68eb74e8ff94b8d4c64b90e58 (patch)
treea6935fda059476a81a27ca43c8aaca91d5047a99 /gnu
parent78a684f57dab6ea4079e3a6d72e9f9539376e960 (diff)
gnu: mame: Update to 0.224.
* gnu/packages/emulators.scm (mame): Update to 0.224.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emulators.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index ea90b53d069..d0d581c4dbf 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1397,7 +1397,7 @@ play them on systems for which they were never designed!")
1397(define-public mame 1397(define-public mame
1398 (package 1398 (package
1399 (name "mame") 1399 (name "mame")
1400 (version "0.223") 1400 (version "0.224")
1401 (source 1401 (source
1402 (origin 1402 (origin
1403 (method git-fetch) 1403 (method git-fetch)
@@ -1406,7 +1406,7 @@ play them on systems for which they were never designed!")
1406 (commit (apply string-append "mame" (string-split version #\.))))) 1406 (commit (apply string-append "mame" (string-split version #\.)))))
1407 (file-name (git-file-name name version)) 1407 (file-name (git-file-name name version))
1408 (sha256 1408 (sha256
1409 (base32 "0fmf9ygbic4lw84vifhpz8wq2736dj8zsi1cqhb1m0fjq3dvn0vm")) 1409 (base32 "0dpg4hz2f1wlp0rmk5c5xq57fy0sblh97z3l66p814wkgzap4bhx"))
1410 (modules '((guix build utils))) 1410 (modules '((guix build utils)))
1411 (snippet 1411 (snippet
1412 ;; Remove bundled libraries. 1412 ;; Remove bundled libraries.