guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: supertux: Update to 0.5.1.


From: Kei Kebreau
Subject: 01/01: gnu: supertux: Update to 0.5.1.
Date: Tue, 3 Jan 2017 23:08:12 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit ea5cc29561d0b1e343170607969cce884b3ddf14
Author: Kei Kebreau <address@hidden>
Date:   Tue Jan 3 18:06:34 2017 -0500

    gnu: supertux: Update to 0.5.1.
    
    * gnu/packages/games.scm (supertux): Update to 0.5.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 22e6aee..daad696 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2753,7 +2753,7 @@ with the \"Stamp\" tool within Tux Paint.")
 (define-public supertux
   (package
    (name "supertux")
-   (version "0.5.0")
+   (version "0.5.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/SuperTux/supertux/";
@@ -2761,7 +2761,7 @@ with the \"Stamp\" tool within Tux Paint.")
                                 version "-Source.tar.gz"))
             (sha256
              (base32
-              "0fx7c7m6mfanqy7kln7yf6abb5l3r68picf32js2yls11jj0vbng"))))
+              "1i8avad7w7ikj870z519j383ldy29r6f956bs38cbr8wk513pp69"))))
    (arguments
     '(#:tests? #f
       #:configure-flags '("-DINSTALL_SUBDIR_BIN=bin"



reply via email to

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