diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 00:01:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 08:09:15 +0200 |
commit | 647e12abd3e93d0c4159a44c0afc33fbbc7b8044 (patch) | |
tree | ff79edad0e8d87b1037220fe9eb652b674d40c0e /gnu/packages/games.scm | |
parent | 5532c8f42358ff21a3388c4bd6ae6946e0366723 (diff) | |
download | guix-647e12abd3e93d0c4159a44c0afc33fbbc7b8044.tar.gz |
gnu: extremetuxracer: Update to 0.8.1.
* gnu/packages/games.scm (extremetuxracer): Update to 0.8.1.
Diffstat (limited to 'gnu/packages/games.scm')
-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 a4c42af31d..207b2ff228 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3945,7 +3945,7 @@ Protocol).") (define-public extremetuxracer (package (name "extremetuxracer") - (version "0.8.0") + (version "0.8.1") (source (origin (method url-fetch) (uri (string-append @@ -3953,7 +3953,7 @@ Protocol).") version "/etr-" version ".tar.xz")) (sha256 (base32 - "05ysaxvsgps9fxc421kdifsxmc1sn6n79cjaa0k0i3fs9qqrja2b")))) + "0hc3qd9hv3h9qm53yxgc7iy1v1wyajwxyvil4vqvzf9ascz9dnlj")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |