mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: odamex: Update to 0.9.5.
* gnu/packages/games.scm (odamex): Update to 0.9.5.
This commit is contained in:
parent
39a1095a60
commit
b2721c3656
1 changed files with 2 additions and 2 deletions
|
@ -7519,7 +7519,7 @@ (define-public gzdoom
|
|||
(define-public odamex
|
||||
(package
|
||||
(name "odamex")
|
||||
(version "0.9.3")
|
||||
(version "0.9.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7527,7 +7527,7 @@ (define-public odamex
|
|||
"mirror://sourceforge/odamex/Odamex/" version "/"
|
||||
"odamex-src-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0vmw9ijb6n4wrxjxixakn7l6a6carnvs9wbbzb4vcq1brbzyrb0p"))))
|
||||
(base32 "1x0c9vnwn336inkfamh4na8xjyfjmzfxfn49j4snqymkypjqw6jq"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue