gnu: teeworlds: Update to 0.7.2.
* gnu/packages/games.scm (teeworlds): Update to 0.7.2.
This commit is contained in:
parent
d5ddb48424
commit
7aed8b8a7a
1 changed files with 3 additions and 4 deletions
|
@ -4110,9 +4110,8 @@ (define-public kiki
|
||||||
(define-public teeworlds
|
(define-public teeworlds
|
||||||
(package
|
(package
|
||||||
(name "teeworlds")
|
(name "teeworlds")
|
||||||
(version "0.7.0")
|
(version "0.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; do not use auto-generated tarballs
|
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/teeworlds/teeworlds.git")
|
(url "https://github.com/teeworlds/teeworlds.git")
|
||||||
|
@ -4120,7 +4119,7 @@ (define-public teeworlds
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jigg2yikihbivzs7hpljr0mghx1l9v4f1cdr8fbmqv2wb51ah8q"))
|
"15l988qcsqgb6rjais0qd5sd2rjanm2708jmzvkariqzz0d6pb93"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)
|
(ice-9 ftw)
|
||||||
(ice-9 regex)
|
(ice-9 regex)
|
||||||
|
@ -4137,7 +4136,7 @@ (define-public teeworlds
|
||||||
(search-patches "teeworlds-use-latest-wavpack.patch"))))
|
(search-patches "teeworlds-use-latest-wavpack.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
#:modules ((guix build gnu-build-system)
|
#:modules ((guix build gnu-build-system)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
(srfi srfi-26))
|
(srfi srfi-26))
|
||||||
|
|
Loading…
Reference in a new issue