guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: scummvm: Update to 2.6.1.


From: guix-commits
Subject: 01/03: gnu: scummvm: Update to 2.6.1.
Date: Tue, 18 Oct 2022 12:23:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e598e2a57b3fc63f27ce2bac317f6865838727ae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 18 18:02:33 2022 +0200

    gnu: scummvm: Update to 2.6.1.
    
    * gnu/packages/emulators.scm (scummvm): Update to 2.6.1.
---
 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 3528a24a0e..f814dd6968 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1505,14 +1505,14 @@ multi-system game/emulator system.")
 (define-public scummvm
   (package
     (name "scummvm")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://downloads.scummvm.org/frs/scummvm/"; version
                            "/scummvm-" version ".tar.xz"))
        (sha256
-        (base32 "05zw9xqdix88f8p3py2rfnyiaxr2sbifkqi9s5gy3nf9s3l3h50w"))))
+        (base32 "1s8psdn3a3hqvvfgmlfxrqqdw8hbr0zyrvirzsnzh6yxmgpvkbwg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                 ;require "git"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]