gnu: tetzle: Update to 2.2.2.

* gnu/packages/games.scm (tetzle): Update to 2.2.2.
[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:03 +02:00
parent fd0f867571
commit 29a7bd209c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2840,19 +2840,14 @@ (define-public superstarfighter
(define-public tetzle
(package
(name "tetzle")
(version "2.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://gottcode.org/"
name
"/"
name
"-"
version
"-src.tar.bz2"))
(sha256
(base32
"1m4j4lzqp8fnwmvyglmzcn3vh14ix4hhh52ycmcsjgrsgj1w4p6a"))))
(version "2.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://gottcode.org/tetzle/"
"tetzle-" version ".tar.bz2"))
(sha256
(base32 "0sybryg65j8gz5s7zbsfqky8wlkjwpppkrhksijj6xc7692lfii8"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests