summaryrefslogtreecommitdiff
path: root/gnu/packages/emulators.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2019-06-27 10:21:47 +0200
committerRutger Helling <rhelling@mykolab.com>2019-06-27 10:24:11 +0200
commitb09e4960be0034716bd9afeb647c17203967d769 (patch)
tree2d4d14317b18522c86dacf186c76277bf38e462b /gnu/packages/emulators.scm
parent4ffed734198863105c564f16a30075cd2f76c1ee (diff)
downloadguix-patches-b09e4960be0034716bd9afeb647c17203967d769.tar
guix-patches-b09e4960be0034716bd9afeb647c17203967d769.tar.gz
gnu: dosbox: Update to 0.74-3.
* gnu/packages/emulators.scm (dosbox): Update to 0.74-3.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r--gnu/packages/emulators.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 83a9a8bab6..a55e5b7a18 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