gnu: tetzle: Update to 2.2.2.
* gnu/packages/games.scm (tetzle): Update to 2.2.2. [source]: Hard-code NAME.master
parent
fd0f867571
commit
29a7bd209c
|
@ -2840,19 +2840,14 @@ available, as well as a single-player mode with AI-controlled ships.")
|
||||||
(define-public tetzle
|
(define-public tetzle
|
||||||
(package
|
(package
|
||||||
(name "tetzle")
|
(name "tetzle")
|
||||||
(version "2.2.1")
|
(version "2.2.2")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://gottcode.org/"
|
(method url-fetch)
|
||||||
name
|
(uri (string-append "https://gottcode.org/tetzle/"
|
||||||
"/"
|
"tetzle-" version ".tar.bz2"))
|
||||||
name
|
(sha256
|
||||||
"-"
|
(base32 "0sybryg65j8gz5s7zbsfqky8wlkjwpppkrhksijj6xc7692lfii8"))))
|
||||||
version
|
|
||||||
"-src.tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1m4j4lzqp8fnwmvyglmzcn3vh14ix4hhh52ycmcsjgrsgj1w4p6a"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
|
Reference in New Issue