From 14b034d914dd0147f093584943be4eee51995516 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 24 Aug 2026 15:31:24 +0900 Subject: gnu: torcs: Update to 1.3.9. * gnu/packages/games.scm (torcs): Update to 1.3.9. [source]: Update URL. [#:phases] {install-doc}: Adjust for removed file. [native-inputs]: Add bzip2. --- gnu/packages/games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index eb8255c1d91..41659919472 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9604,7 +9604,7 @@ abilities and powers.") (define-public torcs (package (name "torcs") - (version "1.3.8") + (version "1.3.9") (source (origin (method url-fetch) @@ -9612,10 +9612,10 @@ abilities and powers.") "/all-in-one/" version "/" name "-" version ".tar.bz2")) ;; Source archive is in fact in gzip format, rename it. - (file-name (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.bz2")) (sha256 (base32 - "1bx7i67b01yfy9lyak4x4xrdb3zb0mr8kwx6h8cl2dpv8lspg5jb")) + "0k6d0dm7qnpqlgl6yjk42fk5n045in1xf08v8mkm8achsa39xipr")) (modules '((guix build utils) (ice-9 ftw) (ice-9 regex) @@ -9667,7 +9667,6 @@ abilities and powers.") (for-each (cut install-file <> man6) (find-files "doc/man" "\\.6$")) (install-file "doc/userman/how_to_drive.html" docdir) - (install-file "doc/faq/faq.html" docdir) (copy-recursively "doc/userman/images" (string-append docdir "/images"))))) (add-after 'install 'install-freedesktop-entry @@ -9685,6 +9684,7 @@ abilities and powers.") ;; rejecting this build output". (lambda _ (chmod #$output #o755)))))) + (native-inputs (list bzip2)) (inputs (list bash-minimal freealut -- cgit v1.2.3