diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-10-14 12:17:36 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-10-23 01:11:58 +0200 |
| commit | b24ec4268612f1caf8062f28d3ce8bb554dbbae2 (patch) | |
| tree | b72969c79704d69b25ab2c31595d3f3ba158e508 | |
| parent | fb3707762de577074c73d40575fe759095ef83e6 (diff) | |
gnu: colobot: Update to 0.2.1-alpha.
* gnu/packages/games.scm (colobot): Update to 0.2.1-alpha.
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index baf64bf5423..72a6ccfd59c 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 |
