guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: dosbox-staging: Update to 0.78.1.


From: guix-commits
Subject: 06/11: gnu: dosbox-staging: Update to 0.78.1.
Date: Wed, 12 Jan 2022 01:28:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit eae4cf205f6501ff3c3abaa636e70e1d7e18dd22
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 11 22:28:37 2022 +0100

    gnu: dosbox-staging: Update to 0.78.1.
    
    * gnu/packages/emulators.scm (dosbox-staging): Update to 0.78.1.
---
 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 d1932f54bc..638e8e2ebc 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -395,7 +395,7 @@ older games.")
   ;; This is not a patch staging area for DOSBox, but an unaffiliated fork.
   (package
     (name "dosbox-staging")
-    (version "0.78.0")
+    (version "0.78.1")
     (source
      (origin
        (method git-fetch)
@@ -404,7 +404,7 @@ older games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zwrfc0mdqh3f2xj91iny8awcghdh6ql445ic70g5yzr1i303pgg"))))
+        (base32 "16byip1j9ckq0ik7ilrj0fc9dal3495s48xd21drpbb8q9jwb342"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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