[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mame: Update to 0.226.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mame: Update to 0.226. |
Date: |
Tue, 03 Nov 2020 02:16:18 -0500 |
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 50c69eb gnu: mame: Update to 0.226.
50c69eb is described below
commit 50c69eb6f9eadb3565a7705bb046ec58550da653
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 3 08:15:47 2020 +0100
gnu: mame: Update to 0.226.
* gnu/packages/emulators.scm (mame): Update to 0.226.
---
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 4742d4a..5b1d378 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1385,7 +1385,7 @@ play them on systems for which they were never designed!")
(define-public mame
(package
(name "mame")
- (version "0.225")
+ (version "0.226")
(source
(origin
(method git-fetch)
@@ -1394,7 +1394,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 "1n61v1yqmc69399khcm8gdabqaz8rwwj822m8vm5mbyxnw92icqg"))
+ (base32 "1yfns42rk1l0qprj5ksj9fqsgqpa23xnzxf29r4434p4n18bb77v"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Update to 0.226.,
guix-commits <=