guix-commits
[Top][All Lists]
Advanced

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

84/104: gnu: supertux: Update to 0.6.2.


From: guix-commits
Subject: 84/104: gnu: supertux: Update to 0.6.2.
Date: Sun, 17 May 2020 11:36:48 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit e387ec8230f78c15450407d7f77c71e24aefdde4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat May 16 22:32:38 2020 +0200

    gnu: supertux: Update to 0.6.2.
    
    * gnu/packages/games.scm (supertux): Update to 0.6.2.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f7b21ce..afc8b37 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4132,7 +4132,7 @@ with the \"Stamp\" tool within Tux Paint.")
 (define-public supertux
   (package
    (name "supertux")
-   (version "0.6.1.1")
+   (version "0.6.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/SuperTux/supertux/";
@@ -4141,7 +4141,7 @@ with the \"Stamp\" tool within Tux Paint.")
             (file-name (string-append name "-" version ".tar.gz"))
             (sha256
              (base32
-              "0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f"))
+              "167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96"))
             (patches
              (search-patches "supertux-unbundle-squirrel.patch"))))
    (arguments



reply via email to

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