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.216.


From: guix-commits
Subject: 01/01: gnu: mame: Update to 0.216.
Date: Sun, 1 Dec 2019 15:35:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8ab624f991d73010619f3d6bde91664c24b46c77
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 1 21:35:22 2019 +0100

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



reply via email to

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