[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62255] [PATCH] gnu: mame: Update to 0.252.
From: |
Nicolas Goaziou |
Subject: |
[bug#62255] [PATCH] gnu: mame: Update to 0.252. |
Date: |
Sat, 18 Mar 2023 14:24:45 +0100 |
* gnu/packages/emulators.scm (mame): Update to 0.252.
---
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 aa9e82c25c..3d614866d5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1768,7 +1768,7 @@ (define-public libticalcs2
(define-public mame
(package
(name "mame")
- (version "0.251")
+ (version "0.252")
(source
(origin
(method git-fetch)
@@ -1777,7 +1777,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version))
(sha256
- (base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk"))
+ (base32 "07qhcm1v47sy2wj30nx3cbhvcbgki0cl83gabr0miiw60fhgyn6j"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
base-commit: 3893758dac76fc30b23d4715e849e262306f268d
--
2.39.2
- [bug#62255] [PATCH] gnu: mame: Update to 0.252.,
Nicolas Goaziou <=