guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: mame: Update to 0.245.


From: guix-commits
Subject: 01/08: gnu: mame: Update to 0.245.
Date: Thu, 7 Jul 2022 19:18:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 8cc2061bc0b919fea6b713d6209d18258bff7b9e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Mon Jul 4 09:24:08 2022 -0400

    gnu: mame: Update to 0.245.
    
    * gnu/packages/emulators.scm (mame): Update to 0.245.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 8a5514b465..5cff92ac89 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1712,7 +1712,7 @@ This is a part of the TiLP project.")
 (define-public mame
   (package
     (name "mame")
-    (version "0.241")
+    (version "0.245")
     (source
      (origin
        (method git-fetch)
@@ -1721,7 +1721,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 "13bm81qyzvpllzmrak5nb87cdyyvsv4hcnznnrz4jyx1bd8ky6ap"))
+        (base32 "1w34hcvnibnz0xaydh2kdciffng07zins9lnrv041fmzlk4318qb"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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