mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: yamagi-quake2: Update to 8.30.
* gnu/packages/games.scm (yamagi-quake2): Update to 8.30. Change-Id: I6be99f7a87112544f0d23033e2ee99b308762bd3 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
85923f9eb4
commit
55d6e9f73d
1 changed files with 3 additions and 2 deletions
|
@ -82,6 +82,7 @@
|
|||
;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
|
||||
;;; Copyright © 2024 Vagrant Cascadian <vagrant@debian.org>
|
||||
;;; Copyright © 2024 Sébastien Lerique <sl@eauchat.org>
|
||||
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -7776,14 +7777,14 @@ (define-public vkquake
|
|||
(define-public yamagi-quake2
|
||||
(package
|
||||
(name "yamagi-quake2")
|
||||
(version "7.45")
|
||||
(version "8.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://deponie.yamagi.org/quake2/quake2-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0rgz8x7lzd0zb0xqd0gvnf2641nr9xpfm6v14mgh99hspxklaln7"))))
|
||||
(base32 "11lv22y5ccd80iyhk6zj94wligcbx6x5vwbqh3jkgz96v0x5dng2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue