[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mame: Update to 0.220.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mame: Update to 0.220. |
Date: |
Tue, 07 Apr 2020 07:48:00 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 58ee99f gnu: mame: Update to 0.220.
58ee99f is described below
commit 58ee99fcb2d31a3eeee402fc013f9d97783bcad3
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Apr 7 13:47:39 2020 +0200
gnu: mame: Update to 0.220.
* gnu/packages/emulators.scm (mame): Update to 0.220.
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 505e402..48ab4b2 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1281,7 +1281,7 @@ play them on systems for which they were never designed!")
(define-public mame
(package
(name "mame")
- (version "0.219")
+ (version "0.220")
(source
(origin
(method git-fetch)
@@ -1290,7 +1290,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 "0s3nhkfa5c17ar1lzgvm20ndqain9llgqkab0ji5ycv2c85f06fl"))
+ (base32 "0x3yr195zi7xjr21p1c2l8c0vhg0a0af0mpz4i1w7q7r9krvcvz4"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Update to 0.220.,
guix-commits <=