diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:38:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:56:36 +0200 |
commit | 101460d46101e120dc9747ce3c1e07f1110ae149 (patch) | |
tree | 12e8d836d66f123c536b72123c6cc341c503fbab | |
parent | 1b915698a0ff740f4f2a9763bf774135cb58698e (diff) | |
download | patches-101460d46101e120dc9747ce3c1e07f1110ae149.tar patches-101460d46101e120dc9747ce3c1e07f1110ae149.tar.gz |
gnu: extremetuxracer: Update to 0.7.5.
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.5.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3b600a245e..640877844c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1676,7 +1676,7 @@ Protocol).") (define-public extremetuxracer (package (name "extremetuxracer") - (version "0.7.4") + (version "0.7.5") (source (origin (method url-fetch) (uri (string-append @@ -1684,7 +1684,7 @@ Protocol).") version "/etr-" version ".tar.xz")) (sha256 (base32 - "0d2j4ybdjmimg67v2fndgahgq4fvgz3fpfb3a4l1ar75n6hy776s")))) + "1ly63316c07i0gyqqmyzsyvygsvygn0fpk3bnbg25fi6li99rlsg")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |