guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: dhewm3: Update to 1.5.1.


From: guix-commits
Subject: 06/07: gnu: dhewm3: Update to 1.5.1.
Date: Thu, 18 Mar 2021 12:09:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b6df89efb03b0db7f74dd3c49ec233dd5ae14514
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 18 15:54:43 2021 +0100

    gnu: dhewm3: Update to 1.5.1.
    
    * gnu/packages/game-development.scm (dhewm3): Update to 1.5.1.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 6d88c3d..ea87956 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]