Archived
1
0
Fork 0

gnu: extremetuxracer: Update to 0.8.2.

* gnu/packages/games.scm (extremetuxracer): Update to 0.8.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hendursaga 2022-12-01 23:19:18 -05:00 committed by Ludovic Courtès
parent 6c1a1b08c4
commit 34628a54ec
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3953,7 +3953,7 @@ Protocol).")
(define-public extremetuxracer (define-public extremetuxracer
(package (package
(name "extremetuxracer") (name "extremetuxracer")
(version "0.8.1") (version "0.8.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3961,7 +3961,7 @@ Protocol).")
version "/etr-" version ".tar.xz")) version "/etr-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hc3qd9hv3h9qm53yxgc7iy1v1wyajwxyvil4vqvzf9ascz9dnlj")))) "0knd22lzhzqih1w92y6m7yxha376c6ydl22wy4xm6jg2x5jlk1qw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))