mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: dhewm3: Update to 1.5.1.
* gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
This commit is contained in:
parent
c2265e0285
commit
b6df89efb0
1 changed files with 2 additions and 2 deletions
|
@ -2394,7 +2394,7 @@ game engine. id Tech 2 is the engine originally behind Quake 2.")
|
|||
(define-public dhewm3
|
||||
(package
|
||||
(name "dhewm3")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2402,7 +2402,7 @@ game engine. id Tech 2 is the engine originally behind Quake 2.")
|
|||
version "/dhewm3-" version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dmd1876az5q8gbjrd1jk8zidz11ydj607z3m8m5kvw2yj136jzv"))))
|
||||
"0s2brx6wyljhjbpli97iy4lc4fqqsvdc09raz8njg0vgzcsiyrri"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests.
|
||||
|
|
Loading…
Reference in a new issue