guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dosbox: Update to 0.74-3.


From: guix-commits
Subject: 01/01: gnu: dosbox: Update to 0.74-3.
Date: Thu, 27 Jun 2019 04:24:51 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit b09e4960be0034716bd9afeb647c17203967d769
Author: Rutger Helling <address@hidden>
Date:   Thu Jun 27 10:21:47 2019 +0200

    gnu: dosbox: Update to 0.74-3.
    
    * gnu/packages/emulators.scm (dosbox): Update to 0.74-3.
---
 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 83a9a8b..a55e5b7 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -239,7 +239,7 @@ turbo speed, networked multiplayer, and graphical 
enhancements.")
 (define-public dosbox
   (package
     (name "dosbox")
-    (version "0.74-2")
+    (version "0.74-3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://sourceforge.net/projects/dosbox";
@@ -248,7 +248,7 @@ turbo speed, networked multiplayer, and graphical 
enhancements.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ksp1b5szi0vy4x55rm3j1y9wq5mlslpy8llpg87rpdyjlsk0xvh"))))
+                "02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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