This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a06b7b7f30 gnu: scummvm: Update to 2.9.0.
a06b7b7f30 is described below

commit a06b7b7f3007e87d2f9651cb4eb2773ccb3e8cc6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 14:09:43 2024 +0100

    gnu: scummvm: Update to 2.9.0.
    
    * gnu/packages/emulators.scm (scummvm): Update to 2.9.0.
    
    Change-Id: I68239eadd25bd733942efe36d523e63d867c1605
---
 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 ab3f28cfae..ac8e78a702 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -2574,14 +2574,14 @@ that compiles to WebAssembly.")
 (define-public scummvm
   (package
     (name "scummvm")
-    (version "2.8.1")
+    (version "2.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://downloads.scummvm.org/frs/scummvm/"; version
                            "/scummvm-" version ".tar.xz"))
        (sha256
-        (base32 "1dr70z1dkfw2gp43jq0qp7g73glr36a7qdcv1jvp1m927nhz95vy"))))
+        (base32 "0lllm5fsmb5gdrxnpfryyl85i4sb1dkrqw97j7q4glkhplr3bcym"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to