GNU bug report logs -
#57240
[PATCH] gnu: mame: Update to 0.246.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Tue, 16 Aug 2022 12:37:02 UTC
Severity: normal
Tags: patch
Done: Simon South <simon <at> simonsouth.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emulators.scm (mame): Update to 0.246.
---
Tested on x86-64 and AArch64 and everything seems fine.
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 92af9adced..f242db57cf 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1712,7 +1712,7 @@ (define-public libticalcs2
(define-public mame
(package
(name "mame")
- (version "0.245")
+ (version "0.246")
(source
(origin
(method git-fetch)
@@ -1721,7 +1721,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w34hcvnibnz0xaydh2kdciffng07zins9lnrv041fmzlk4318qb"))
+ (base32 "0yixvncn2x8y09aavmpqrgiqwka621k68hrwrk4pcx79qa62i044"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
base-commit: 302b3cdca348ab2fed7a5abe17a48cb7ade94ce1
--
2.37.2
This bug report was last modified 2 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.