ngz pushed a commit to branch master
in repository guix.

commit e93c6854730e9cc69d12dee626297da4802a326c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Mar 17 09:14:03 2024 +0100

    gnu: scummvm: Update to 2.8.1.
    
    * gnu/packages/emulators.scm (scummvm): Update to 2.8.1.
    
    Change-Id: I033c211ff6a4d049147261209240aebe6373e174
---
 gnu/packages/emulators.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index d77659f018..db6ce1f847 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2015, 2018, 2023 David Thompson <[email protected]>
 ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <[email protected]>
-;;; Copyright © 2017-2023 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2017-2024 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2017, 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2019 Pierre Neidhardt <[email protected]>
@@ -1574,14 +1574,14 @@ that compiles to WebAssembly.")
 (define-public scummvm
   (package
     (name "scummvm")
-    (version "2.7.0")
+    (version "2.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://downloads.scummvm.org/frs/scummvm/"; version
                            "/scummvm-" version ".tar.xz"))
        (sha256
-        (base32 "14wrrzai25mh8qra3lsfibx8z6f96cqbnmsfh9kyhkvpc7yiyjs4"))))
+        (base32 "1dr70z1dkfw2gp43jq0qp7g73glr36a7qdcv1jvp1m927nhz95vy"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to