From bc9d0c3697327926660d9556eb8345d4196ea722 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 10 Nov 2025 21:34:05 +0530 Subject: [PATCH] gnu: dosbox-staging: Update to 0.82.2. * gnu/packages/emulators.scm (dosbox-staging): Update to 0.82.2. Change-Id: I25a1ed1a7ef8c44a99f97c181c970ca3a4e1b769 --- gnu/packages/emulators.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 9d857d3f56da8067a9507f9459d621dcd42d0bf1..cfc1ae680ad3ffa96f158e6532f1a8df9f090bc6 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -798,7 +798,7 @@ older games.") ;; This is not a patch staging area for DOSBox, but an unaffiliated fork. (package (name "dosbox-staging") - (version "0.82.0") + (version "0.82.2") (source (origin (method git-fetch) @@ -807,7 +807,7 @@ older games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1s4c6fiyjm91dnmkval9fvsqszc6yjq5b6pq895xi606dn29b85d")))) + (base32 "074wrkmy2g280kipnnkh2ga6wlh94kgwfp2cl1g17y65y56vmmdv")))) (build-system meson-build-system) (arguments ;; XXX: When build with debugoptimized, some assertions and tests will