gnu: colobot: Update to 0.2.1-alpha.

* gnu/packages/games.scm (colobot): Update to 0.2.1-alpha.
This commit is contained in:
Nicolas Goaziou 2023-10-14 12:17:36 +02:00
parent fb3707762d
commit b24ec42686
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7755,7 +7755,7 @@ (define-public badass
(define-public colobot (define-public colobot
(package (package
(name "colobot") (name "colobot")
(version "0.2.0-alpha") (version "0.2.1-alpha")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7765,7 +7765,7 @@ (define-public colobot
(recursive? #t))) ;for "data/" subdir (recursive? #t))) ;for "data/" subdir
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02z21pw47j2afjsikn5b162gacwgiahdrlhmfxhq4xqlzsvz58z6")))) (base32 "0bpy5nzkvq5nfr0w8jf7bl7zs8yz2cpzp87pnkdlgwl3adcn9nsw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;no test `(#:tests? #f ;no test