gnu: colobot: Update to 0.1.11.1-alpha.
* gnu/packages/games.scm (colobot): Update to 0.1.11.1-alpha. [native-inputs]: Update "colobot-data" and "colobot-music" to 0.1.11.1-alpha.
This commit is contained in:
parent
89a651964a
commit
25133ca172
|
@ -4695,7 +4695,7 @@ Github or Gitlab.")
|
||||||
(define-public colobot
|
(define-public colobot
|
||||||
(package
|
(package
|
||||||
(name "colobot")
|
(name "colobot")
|
||||||
(version "0.1.11-alpha")
|
(version "0.1.11.1-alpha")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4703,7 +4703,7 @@ Github or Gitlab.")
|
||||||
"colobot-gold-" version ".tar.gz"))
|
"colobot-gold-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"160rq9fp5vd0qaqr3jvzvzrcxk9cac532y8vx4cvq0a8hgylrbad"))))
|
"0h6f4icarramhjkxxbzz6siv3v11z5r8ghqisgr1rscw217vhmwf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ;no test
|
||||||
|
@ -4741,7 +4741,7 @@ Github or Gitlab.")
|
||||||
"colobot-gold-" version ".tar.gz"))
|
"colobot-gold-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pdpsyr41g7xmk03k2g76l214f53ahk04qnkzmsv1fdbbaq7p109"))))
|
"0riznycx2jbxmg4m9nn3mcpqws2c0s7cn2m9skz9zj1w39r5qpjy"))))
|
||||||
("colobot-music"
|
("colobot-music"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in New Issue