guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: colobot: Update to 0.2.0-alpha.


From: guix-commits
Subject: branch master updated: gnu: colobot: Update to 0.2.0-alpha.
Date: Thu, 26 Aug 2021 10:44:00 -0400

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 4b51d04  gnu: colobot: Update to 0.2.0-alpha.
4b51d04 is described below

commit 4b51d045a865892f898e758dc9f379ab0f06cd52
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 26 16:43:33 2021 +0200

    gnu: colobot: Update to 0.2.0-alpha.
    
    * gnu/packages/games.scm (colobot): Update to 0.2.0-alpha.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0249662..dd67931 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7268,7 +7268,7 @@ Github or Gitlab.")
 (define-public colobot
   (package
     (name "colobot")
-    (version "0.1.12-alpha")
+    (version "0.2.0-alpha")
     (source
      (origin
        (method git-fetch)
@@ -7278,8 +7278,7 @@ Github or Gitlab.")
              (recursive? #t)))          ;for "data/" subdir
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1c181cclkrnspgs07lvndg2c81cjq3smkv7qim8c470cj88rcrp2"))))
+        (base32 "02z21pw47j2afjsikn5b162gacwgiahdrlhmfxhq4xqlzsvz58z6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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