all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57240] [PATCH] gnu: mame: Update to 0.246.
@ 2022-08-16 12:36 Simon South
       [not found] ` <handler.57240.B.166065338631938.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Simon South @ 2022-08-16 12:36 UTC (permalink / raw)
  To: 57240

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#57240] Acknowledgement ([PATCH] gnu: mame: Update to 0.246.)
       [not found] ` <handler.57240.B.166065338631938.ack@debbugs.gnu.org>
@ 2022-09-06 16:23   ` Simon South
  0 siblings, 0 replies; 2+ messages in thread
From: Simon South @ 2022-09-06 16:23 UTC (permalink / raw)
  To: 57240

Closing as this is obsolete with the release of MAME 0.247.

https://www.mamedev.org/?p=516

-- 
Simon South
simon@simonsouth.net




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-06 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 12:36 [bug#57240] [PATCH] gnu: mame: Update to 0.246 Simon South
     [not found] ` <handler.57240.B.166065338631938.ack@debbugs.gnu.org>
2022-09-06 16:23   ` [bug#57240] Acknowledgement ([PATCH] gnu: mame: Update to 0.246.) Simon South

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.