diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-20 09:58:49 +0530 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-03 16:14:29 +0900 |
| commit | 27265c7a02199aba5034bd76d83c0852d1d96654 (patch) | |
| tree | 2f672233783f35acb18896efd17457db976fe66c /gnu | |
| parent | 12fe920c2715952af1310fc92ccd178529958009 (diff) | |
gnu: extremetuxracer: Update to 0.8.4.
* gnu/packages/games.scm (extremetuxracer): Update to 0.8.4.
Change-Id: I67de1ccfa3da91e91cfc42a33fe73cef952a91ae
Merges: https://codeberg.org/guix/guix/pulls/7327
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -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 a027c912f87..c7b22b6f2e3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -4905,7 +4905,7 @@ Protocol).") | |||
| 4905 | (define-public extremetuxracer | 4905 | (define-public extremetuxracer |
| 4906 | (package | 4906 | (package |
| 4907 | (name "extremetuxracer") | 4907 | (name "extremetuxracer") |
| 4908 | (version "0.8.2") | 4908 | (version "0.8.4") |
| 4909 | (source (origin | 4909 | (source (origin |
| 4910 | (method url-fetch) | 4910 | (method url-fetch) |
| 4911 | (uri (string-append | 4911 | (uri (string-append |
| @@ -4913,7 +4913,7 @@ Protocol).") | |||
| 4913 | version "/etr-" version ".tar.xz")) | 4913 | version "/etr-" version ".tar.xz")) |
| 4914 | (sha256 | 4914 | (sha256 |
| 4915 | (base32 | 4915 | (base32 |
| 4916 | "0knd22lzhzqih1w92y6m7yxha376c6ydl22wy4xm6jg2x5jlk1qw")))) | 4916 | "1rbk8zqfzzk90znf3f5lqqa12j0n6pm2qgwzabzmlnkm1k68acps")))) |
| 4917 | (build-system gnu-build-system) | 4917 | (build-system gnu-build-system) |
| 4918 | (native-inputs | 4918 | (native-inputs |
| 4919 | (list pkg-config)) | 4919 | (list pkg-config)) |
