guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: colobot: Update to 0.2.1-alpha.


From: guix-commits
Subject: 01/02: gnu: colobot: Update to 0.2.1-alpha.
Date: Sun, 22 Oct 2023 19:23:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b24ec4268612f1caf8062f28d3ce8bb554dbbae2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Oct 14 12:17:36 2023 +0200

    gnu: colobot: Update to 0.2.1-alpha.
    
    * gnu/packages/games.scm (colobot): Update to 0.2.1-alpha.
---
 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 baf64bf542..72a6ccfd59 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7755,7 +7755,7 @@ Github or Gitlab.")
 (define-public colobot
   (package
     (name "colobot")
-    (version "0.2.0-alpha")
+    (version "0.2.1-alpha")
     (source
      (origin
        (method git-fetch)
@@ -7765,7 +7765,7 @@ Github or Gitlab.")
              (recursive? #t)))          ;for "data/" subdir
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02z21pw47j2afjsikn5b162gacwgiahdrlhmfxhq4xqlzsvz58z6"))))
+        (base32 "0bpy5nzkvq5nfr0w8jf7bl7zs8yz2cpzp87pnkdlgwl3adcn9nsw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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