diff options
author | Ada Stevenson <adanskana@gmail.com> | 2025-06-30 18:18:25 +0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 11:54:02 +0100 |
commit | a13acf79853915fc58942e29367e616c146e5bcc (patch) | |
tree | de71746b0863082e90fb12eaae2e5253934a3758 | |
parent | 338273aecaaa89c95203aa6dc73ba49f7fb4fd11 (diff) |
gnu: ioquake3: Update to ab18167.
* gnu/packages/game-development.scm (ioquake3): Update to ab18167.
Change-Id: I944faac0b0ee1f9279acbf50090e77591e1c916b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 1d80daddd1..61520575a8 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2895,8 +2895,8 @@ of the others") (define-public ioquake3 ;; We follow master since it seems that there won't be releases after 1.3.6. - (let ((revision "2") - (commit "29b0cc3a4d037046eb3247fc04f4b703f6a33452")) + (let ((revision "3") + (commit "ab18167a09415e9e9f4859c197bad72ec39807d5")) (package (name "ioquake3") (version (git-version "1.3.6" revision commit)) @@ -2908,7 +2908,7 @@ of the others") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0fqq2qpnrgpgf3gs71wvxlkcihxcrvhvllh88ii4ip134c1qbs9q")))) + (base32 "01s15lfxsd6nd4jvan1gabbidd2v1y29zgwymszwlhrzkm367n08")))) (build-system gnu-build-system) (inputs (list curl |