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


From: guix-commits
Subject: 01/01: gnu: mame: Update to 0.212.
Date: Sun, 11 Aug 2019 17:07:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 049915a961bc8b732eff2b3d90b66669d982f6e1
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Aug 11 23:07:20 2019 +0200

    gnu: mame: Update to 0.212.
    
    * gnu/packages/emulators.scm (mame): Update to 0.212.
---
 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 257591c..032ef90 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1185,7 +1185,7 @@ play them on systems for which they were never designed!")
 (define-public mame
   (package
     (name "mame")
-    (version "0.211")
+    (version "0.212")
     (source
      (origin
        (method git-fetch)
@@ -1195,7 +1195,7 @@ play them on systems for which they were never designed!")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0gbxgncbzmmplijg0c1ibwsb87fbmfvs1kjflh002yyx8yvfw83z"))
+         "0p3zcb9l624dsy2gyv23ppp1k1iwd1vrg8cbn5v4fx1s44mx7f5c"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.



reply via email to

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