guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mame: Update to 0.217.


From: guix-commits
Subject: 01/01: gnu: mame: Update to 0.217.
Date: Sun, 29 Dec 2019 16:58:40 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b7d95d3a61194eae8d4b7dd4f852a0abfc06a68a
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 29 22:58:25 2019 +0100

    gnu: mame: Update to 0.217.
    
    * gnu/packages/emulators.scm (mame): Update to 0.217.
---
 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 6312c6c..63c1332 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1218,7 +1218,7 @@ play them on systems for which they were never designed!")
 (define-public mame
   (package
     (name "mame")
-    (version "0.216")
+    (version "0.217")
     (source
      (origin
        (method git-fetch)
@@ -1228,7 +1228,7 @@ play them on systems for which they were never designed!")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1q3mrlinkg3hxry7ssl5713lclz3k243q30933flxh99fnzgajwc"))
+         "03h4d0d8lh6djjff3zqhjm14klc9n129yzwygdqppz0f43w97cmw"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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