gnu: colobot: Update to 0.2.0-alpha.
* gnu/packages/games.scm (colobot): Update to 0.2.0-alpha.
parent
6becdbdc9b
commit
4b51d045a8
|
@ -7268,7 +7268,7 @@ Github or Gitlab.")
|
||||||
(define-public colobot
|
(define-public colobot
|
||||||
(package
|
(package
|
||||||
(name "colobot")
|
(name "colobot")
|
||||||
(version "0.1.12-alpha")
|
(version "0.2.0-alpha")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7278,8 +7278,7 @@ Github or Gitlab.")
|
||||||
(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
|
(base32 "02z21pw47j2afjsikn5b162gacwgiahdrlhmfxhq4xqlzsvz58z6"))))
|
||||||
"1c181cclkrnspgs07lvndg2c81cjq3smkv7qim8c470cj88rcrp2"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ;no test
|
||||||
|
|
Reference in New Issue