gnu: dosbox-staging: Update to 0.81.0.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.81.0. Change-Id: I949cb68aa4bb44973a9cc641855ae6c4f5b5b0cd
This commit is contained in:
parent
1db82acdfc
commit
697db5938d
1 changed files with 2 additions and 2 deletions
|
@ -410,7 +410,7 @@ older games.")
|
||||||
;; This is not a patch staging area for DOSBox, but an unaffiliated fork.
|
;; This is not a patch staging area for DOSBox, but an unaffiliated fork.
|
||||||
(package
|
(package
|
||||||
(name "dosbox-staging")
|
(name "dosbox-staging")
|
||||||
(version "0.80.1")
|
(version "0.81.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -419,7 +419,7 @@ older games.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iqqrw95lpgjbmi777jdl5z1nizxgfy8xwpmy1fasjlb2yh2kp93"))))
|
(base32 "1fkshxaq12pd72v8m2f3a6d6jk9gh39hn0846gfkfinvw7yykzrl"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Reference in a new issue