gnu: openrct2: Update to 0.3.3.
* gnu/packages/games.scm (openrct2): Update to 0.3.3.
This commit is contained in:
parent
2bbbf673f4
commit
ea3b79d852
1 changed files with 2 additions and 2 deletions
|
@ -4584,7 +4584,7 @@ Transport Tycoon Deluxe.")
|
||||||
(define-public openrct2
|
(define-public openrct2
|
||||||
(package
|
(package
|
||||||
(name "openrct2")
|
(name "openrct2")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4593,7 +4593,7 @@ Transport Tycoon Deluxe.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fd32wniiy6qz2046ppqfj2sb3rf2qf086rf9v1bdhyj254d0b1z"))))
|
(base32 "01nanpbz5ycdhkyd46fjfvj18sw729l4vk7xg12600f9rjngjk76"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DDOWNLOAD_OBJECTS=OFF"
|
`(#:configure-flags (list "-DDOWNLOAD_OBJECTS=OFF"
|
||||||
|
|
Reference in a new issue