Archived
1
0
Fork 0

gnu: dhewm3: Update to 1.5.1.

* gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-18 15:54:43 +01:00
parent c2265e0285
commit b6df89efb0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.