[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mame: Update to 0.233.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mame: Update to 0.233. |
Date: |
Fri, 02 Jul 2021 05:00:32 -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 468caeb gnu: mame: Update to 0.233.
468caeb is described below
commit 468caeb70140f2418cf269e7b1f09d40d6dcf9fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jul 2 11:00:09 2021 +0200
gnu: mame: Update to 0.233.
* gnu/packages/emulators.scm (mame): Update to 0.233.
---
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 4df4a74..0c6a2d1 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1771,7 +1771,7 @@ This is a part of the TiLP project.")
(define-public mame
(package
(name "mame")
- (version "0.232")
+ (version "0.233")
(source
(origin
(method git-fetch)
@@ -1780,7 +1780,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 "1v6qka8k4smah08rp62kgjmc84hwsg1iqhms0369rhdh722bgpn7"))
+ (base32 "1zq7hvss004mwczk3jvyalkj9c5v6npswhkc2wj7dxyxz770clb3"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mame: Update to 0.233.,
guix-commits <=