diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-03-16 21:01:10 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-03-19 18:29:47 +0800 |
commit | 697db5938d591f32d30eba1d80af7283ce48cf4c (patch) | |
tree | a1bc1a25d62fe5d76a9f4d5727d04cb909199189 /gnu | |
parent | 1db82acdfc7e518b09603e7e64ddfc4e87262497 (diff) | |
download | guix-697db5938d591f32d30eba1d80af7283ce48cf4c.tar.gz guix-697db5938d591f32d30eba1d80af7283ce48cf4c.zip |
gnu: dosbox-staging: Update to 0.81.0.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.81.0.
Change-Id: I949cb68aa4bb44973a9cc641855ae6c4f5b5b0cd
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index ffa46ca6fc..5916717a31 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -410,7 +410,7 @@ older games.") ;; This is not a patch staging area for DOSBox, but an unaffiliated fork. (package (name "dosbox-staging") - (version "0.80.1") + (version "0.81.0") (source (origin (method git-fetch) @@ -419,7 +419,7 @@ older games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1iqqrw95lpgjbmi777jdl5z1nizxgfy8xwpmy1fasjlb2yh2kp93")))) + (base32 "1fkshxaq12pd72v8m2f3a6d6jk9gh39hn0846gfkfinvw7yykzrl")))) (build-system meson-build-system) (arguments (list #:configure-flags |