guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: teeworlds: Update to 0.7.2.


From: guix-commits
Subject: 17/19: gnu: teeworlds: Update to 0.7.2.
Date: Thu, 14 Feb 2019 23:42:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7aed8b8a7aa7394bb2b682854998df7b86623c71
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 05:21:19 2019 +0100

    gnu: teeworlds: Update to 0.7.2.
    
    * gnu/packages/games.scm (teeworlds): Update to 0.7.2.
---
 gnu/packages/games.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 28382be..6d9e63c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4110,9 +4110,8 @@ small robot living in the nano world, repair its maker.")
 (define-public teeworlds
   (package
     (name "teeworlds")
-    (version "0.7.0")
+    (version "0.7.2")
     (source (origin
-              ;; do not use auto-generated tarballs
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/teeworlds/teeworlds.git";)
@@ -4120,7 +4119,7 @@ small robot living in the nano world, repair its maker.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jigg2yikihbivzs7hpljr0mghx1l9v4f1cdr8fbmqv2wb51ah8q"))
+                "15l988qcsqgb6rjais0qd5sd2rjanm2708jmzvkariqzz0d6pb93"))
               (modules '((guix build utils)
                          (ice-9 ftw)
                          (ice-9 regex)
@@ -4137,7 +4136,7 @@ small robot living in the nano world, repair its maker.")
                (search-patches "teeworlds-use-latest-wavpack.patch"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests included
+     `(#:tests? #f                      ; no tests included
        #:modules ((guix build gnu-build-system)
                   (guix build utils)
                   (srfi srfi-26))



reply via email to

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