[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mame: Update to 0.231.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mame: Update to 0.231. |
Date: |
Fri, 07 May 2021 11:40:50 -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 1a5fb53 gnu: mame: Update to 0.231.
1a5fb53 is described below
commit 1a5fb536e210e4709d45b621663d0d6d0fe11802
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 7 17:40:34 2021 +0200
gnu: mame: Update to 0.231.
* gnu/packages/emulators.scm (mame): Update to 0.231.
---
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 5ff6c88..8237aa6 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1629,7 +1629,7 @@ This is a part of the TiLP project.")
(define-public mame
(package
(name "mame")
- (version "0.230")
+ (version "0.231")
(source
(origin
(method git-fetch)
@@ -1638,7 +1638,7 @@ This is a part of the TiLP project.")
(commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dk8q2691pycv9mq77h6sdfwjnwdrfwrblf8nwyykrmdawzi56ks"))
+ (base32 "0rgch8fg8ra48wa4gl5ah70q6191sxs28x39iyalb6ballmz8v1w"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Update to 0.231.,
guix-commits <=