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
|
(define-public dhewm3
|
||||||
(package
|
(package
|
||||||
(name "dhewm3")
|
(name "dhewm3")
|
||||||
(version "1.5.0")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(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"))
|
version "/dhewm3-" version "-src.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dmd1876az5q8gbjrd1jk8zidz11ydj607z3m8m5kvw2yj136jzv"))))
|
"0s2brx6wyljhjbpli97iy4lc4fqqsvdc09raz8njg0vgzcsiyrri"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests.
|
`(#:tests? #f ; No tests.
|
||||||
|
|
Reference in a new issue