mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yamagi-quake2: Update to 8.51.
* gnu/packages/games.scm (yamagi-quake2): Update to 8.51. Change-Id: I451e5675779e19af33986c5a9ec35e2334cede12 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
128e319496
commit
bcff084f72
1 changed files with 2 additions and 2 deletions
|
@ -8657,14 +8657,14 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
|
|||
(define-public yamagi-quake2
|
||||
(package
|
||||
(name "yamagi-quake2")
|
||||
(version "8.30")
|
||||
(version "8.51")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://deponie.yamagi.org/quake2/quake2-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "11lv22y5ccd80iyhk6zj94wligcbx6x5vwbqh3jkgz96v0x5dng2"))))
|
||||
(base32 "0xk321ph15wgydlmln3k7bdn4zdls2zliggsnkjwlnbax0cfy3z4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue