guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: supertux: Update to 0.6.1.


From: guix-commits
Subject: branch master updated: gnu: supertux: Update to 0.6.1.
Date: Mon, 06 Jan 2020 12:28:06 -0500

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 54a8025  gnu: supertux: Update to 0.6.1.
54a8025 is described below

commit 54a80259274f5f779a19820f18d8f52f00cdfa3b
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon Jan 6 18:27:52 2020 +0100

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



reply via email to

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