This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b9e5d4741 gnu: mednafen: Update to 1.29.0.
0b9e5d4741 is described below

commit 0b9e5d4741911f21a59b40c93d9d68627c259b1f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jan 23 10:22:24 2022 +0100

    gnu: mednafen: Update to 1.29.0.
    
    * gnu/packages/emulators.scm (mednafen): Update to 1.29.0.
---
 gnu/packages/emulators.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 0453acf2e8..1a27ac236c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2015, 2018 David Thompson <[email protected]>
 ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou 
<[email protected]>
+;;; Copyright © 2017-2022 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2017, 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2019 Pierre Neidhardt <[email protected]>
@@ -654,14 +654,14 @@ V2.")
 (define-public mednafen
   (package
     (name "mednafen")
-    (version "1.27.1")
+    (version "1.29.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mednafen.github.io/releases/files/";
                            "mednafen-" version ".tar.xz"))
        (sha256
-        (base32 "1ysmb56wzr17ki6f1b486r2dzjr11igd021qb4r3437l68prpa7k"))))
+        (base32 "0binkxnki8w8jgiyf3xr9503m5cynlf5vylb087vxybp53qbqgys"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

Reply via email to