[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mame: Update to 0.219.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mame: Update to 0.219. |
Date: |
Sun, 01 Mar 2020 03:52:00 -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 bc490e0 gnu: mame: Update to 0.219.
bc490e0 is described below
commit bc490e070aaa4ab7511019b2ec2f56b6b05786e8
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Mar 1 09:51:40 2020 +0100
gnu: mame: Update to 0.219.
* gnu/packages/emulators.scm (mame): Update to 0.219.
---
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 fb7afd9..7b82c91 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1280,7 +1280,7 @@ play them on systems for which they were never designed!")
(define-public mame
(package
(name "mame")
- (version "0.218")
+ (version "0.219")
(source
(origin
(method git-fetch)
@@ -1289,7 +1289,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 "1c43hqfabc7spkyk5ma4bjdb0yqm93sdg5g13ka8mvi462snrfd7"))
+ (base32 "0s3nhkfa5c17ar1lzgvm20ndqain9llgqkab0ji5ycv2c85f06fl"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Update to 0.219.,
guix-commits <=