diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 22:28:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-11 20:17:50 +0000 |
commit | eae4cf205f6501ff3c3abaa636e70e1d7e18dd22 (patch) | |
tree | 86eab4bae71f1eb078100da5d162690f16d58e2a /gnu/packages | |
parent | 76f5e5f7752b7138b33952a4d25a0dee41892039 (diff) | |
download | guix-eae4cf205f6501ff3c3abaa636e70e1d7e18dd22.tar guix-eae4cf205f6501ff3c3abaa636e70e1d7e18dd22.tar.gz |
gnu: dosbox-staging: Update to 0.78.1.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.78.1.
Diffstat (limited to 'gnu/packages')
-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 d1932f54bc..638e8e2ebc 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -395,7 +395,7 @@ older games.") ;; This is not a patch staging area for DOSBox, but an unaffiliated fork. (package (name "dosbox-staging") - (version "0.78.0") + (version "0.78.1") (source (origin (method git-fetch) @@ -404,7 +404,7 @@ older games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zwrfc0mdqh3f2xj91iny8awcghdh6ql445ic70g5yzr1i303pgg")))) + (base32 "16byip1j9ckq0ik7ilrj0fc9dal3495s48xd21drpbb8q9jwb342")))) (build-system meson-build-system) (arguments (list #:configure-flags |