guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61113] [PATCH] gnu: mame: Update to 0.251.


From: Nicolas Goaziou
Subject: [bug#61113] [PATCH] gnu: mame: Update to 0.251.
Date: Sat, 28 Jan 2023 10:17:42 +0100

* gnu/packages/emulators.scm (mame): Update to 0.251.
---
 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 7c04465526..a6e51dc0ef 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1716,7 +1716,7 @@ (define-public libticalcs2
 (define-public mame
   (package
     (name "mame")
-    (version "0.249")
+    (version "0.251")
     (source
      (origin
        (method git-fetch)
@@ -1725,7 +1725,7 @@ (define-public mame
              (commit (apply string-append "mame" (string-split version #\.)))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1akws4l3b7z5mkf09mdaz640rj41sbg3sh1xlv1sp0yhdjqjpi90"))
+        (base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.

base-commit: 1163349b7009ba60f7e441952a798d5df255db0d
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]