mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: colobot: Update to 0.2.1-alpha.
* gnu/packages/games.scm (colobot): Update to 0.2.1-alpha.
This commit is contained in:
parent
fb3707762d
commit
b24ec42686
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue