gnu: dosbox: Update to 0.74-3.

* gnu/packages/emulators.scm (dosbox): Update to 0.74-3.
This commit is contained in:
Rutger Helling 2019-06-27 10:21:47 +02:00
parent 4ffed73419
commit b09e4960be
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

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