gnu: ioquake3: Update to 1.3.6-2.29b0cc3.

* gnu/packages/game-development.scm (ioquake3): Update to 1.3.6-2.29b0cc3.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-14 02:00:01 +02:00
parent 8612395554
commit 784c00d7fb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2136,10 +2136,11 @@ (define-public plib
(define-public ioquake3 (define-public ioquake3
;; We follow master since it seems that there won't be releases after 1.3.6. ;; We follow master since it seems that there won't be releases after 1.3.6.
(let ((commit "95b9cab4d644fa3bf757cfff821cc4f7d76e38b0")) (let ((revision "2")
(commit "29b0cc3a4d037046eb3247fc04f4b703f6a33452"))
(package (package
(name "ioquake3") (name "ioquake3")
(version (git-version "1.3.6" "1" commit)) (version (git-version "1.3.6" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2148,8 +2149,7 @@ (define-public ioquake3
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0fqq2qpnrgpgf3gs71wvxlkcihxcrvhvllh88ii4ip134c1qbs9q"))))
"1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list curl (list curl
@ -2162,7 +2162,7 @@ (define-public ioquake3
opusfile opusfile
sdl2)) sdl2))
(native-inputs (native-inputs
(list which ; Else SDL_version.h won't be found. (list which ; else SDL_version.h won't be found.
pkg-config)) pkg-config))
(arguments (arguments
(list (list