diff options
author | James Smith <jsubuntuxp@disroot.org> | 2024-06-06 22:45:44 -0700 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-06-15 07:53:47 +0200 |
commit | 43e102be746e5be11ddd9e1af9b65e3d8571d232 (patch) | |
tree | 9eeb87f9b4c0cc683f061bfef7b7acb1bc66607b /gnu | |
parent | 76a62583b7f909df9b4625fa8e389eff4a24a29c (diff) | |
download | guix-43e102be746e5be11ddd9e1af9b65e3d8571d232.tar.gz guix-43e102be746e5be11ddd9e1af9b65e3d8571d232.zip |
gnu: dhewm3: Update to 1.5.3.
* gnu/packages/game-development.scm (dhewm3): Update to 1.5.3.
Change-Id: Iaf1b29540f87043ae6ceef9f3860e5c9331dd191
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 34a870bf45..3ea5bc979c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -3099,7 +3099,7 @@ game engine. id Tech 2 is the engine originally behind Quake 2.") (define-public dhewm3 (package (name "dhewm3") - (version "1.5.2") + (version "1.5.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/dhewm/dhewm3") @@ -3107,7 +3107,7 @@ game engine. id Tech 2 is the engine originally behind Quake 2.") (file-name (git-file-name name version)) (sha256 (base32 - "056prmry1lag1pandcw058y5yzbah80ccmz8qlmlx9siz8zlxqyw")))) + "1zbwhrngmgb0969izmxididyx892qk7591aa9mbigakw6dvmlm84")))) (build-system cmake-build-system) (arguments (list #:tests? #f ; No tests. |