guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: mupen64plus-video-glide64mk2: Update to 2.5.9.


From: guix-commits
Subject: 08/12: gnu: mupen64plus-video-glide64mk2: Update to 2.5.9.
Date: Sun, 5 May 2024 14:52:06 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 925b95ff239aa58f22dafe7eb708935a7cbe268b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun May 5 12:19:22 2024 -0400

    gnu: mupen64plus-video-glide64mk2: Update to 2.5.9.
    
    * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2): Update to 
2.5.9.
    
    Change-Id: I77afdd1c954411203e75248d0d4bf4709db375bb
---
 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 1ab15e8eff..277ab9fed2 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1145,7 +1145,7 @@ Glide64 video plugin.")
 (define-public mupen64plus-video-glide64mk2
   (package
     (name "mupen64plus-video-glide64mk2")
-    (version "2.5")
+    (version "2.5.9")
     (source
      (origin
        (method git-fetch)
@@ -1154,7 +1154,7 @@ Glide64 video plugin.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08pm28a36dpr0cvr8pzw0n5ksdazp7jqvlmqfy2lwb4dm0cwhkqd"))))
+        (base32 "1hr0mv6y7v72101iff3zf6rd0wpqah936234m3hcb4cgna6zj9xy"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config which))



reply via email to

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