guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: odamex: Update to 0.8.3.


From: guix-commits
Subject: 03/07: gnu: odamex: Update to 0.8.3.
Date: Fri, 28 Aug 2020 16:00:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70e741720a675991380da5c963f92bd1077e823c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 28 09:35:38 2020 +0200

    gnu: odamex: Update to 0.8.3.
    
    * gnu/packages/games.scm (odamex): Update to 0.8.3.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index af20bc5..479ae52 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7048,7 +7048,7 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
 (define-public odamex
   (package
     (name "odamex")
-    (version "0.8.1")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
@@ -7056,7 +7056,7 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
              "mirror://sourceforge/odamex/Odamex/" version "/"
              "odamex-src-" version ".tar.gz"))
        (sha256
-        (base32 "1ywbqkfacc9fc5di3dn95y5ah2ys9i241j64q3f37a73x92llw1i"))))
+        (base32 "0f887g87bmcq4dpcga7xc2mpxs947dkbc934ir9xs55gz6z13q96"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f))          ; no tests
     (inputs



reply via email to

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