guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: supertux: Update to 0.6.1.1.


From: guix-commits
Subject: 06/08: gnu: supertux: Update to 0.6.1.1.
Date: Fri, 10 Apr 2020 22:18:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 827813b5816930481e4781dee0316c2cdc16abdb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Apr 11 04:13:59 2020 +0200

    gnu: supertux: Update to 0.6.1.1.
    
    * gnu/packages/games.scm (supertux): Update to 0.6.1.1.
---
 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 45c5955..4f5bca8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4018,7 +4018,7 @@ with the \"Stamp\" tool within Tux Paint.")
 (define-public supertux
   (package
    (name "supertux")
-   (version "0.6.1")
+   (version "0.6.1.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/SuperTux/supertux/";
@@ -4027,7 +4027,7 @@ with the \"Stamp\" tool within Tux Paint.")
             (file-name (string-append name "-" version ".tar.gz"))
             (sha256
              (base32
-              "0lqch5gcq6ccnspy93z9r13bp8w2j1vrd8jhvk5kp4qhrd1f069s"))
+              "0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f"))
             (patches
              (search-patches "supertux-unbundle-squirrel.patch"))))
    (arguments



reply via email to

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