guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: odamex: Update to 0.8.1.


From: guix-commits
Subject: 13/18: gnu: odamex: Update to 0.8.1.
Date: Sun, 19 Jan 2020 12:27:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5448b16e81e573808821a8244f52065fda6eccad
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 15:28:00 2020 +0100

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 491cad1..db33801 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5820,7 +5820,7 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
 (define-public odamex
   (package
     (name "odamex")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
@@ -5828,10 +5828,9 @@ Strife, Chex Quest, and fan-created games like Harmony, 
Hacx and Freedoom.")
              "mirror://sourceforge/odamex/Odamex/" version "/"
              "odamex-src-" version ".tar.gz"))
        (sha256
-        (base32
-         "1sh6lqj7vsdmnqz17hw0b6vy7xx6dp41k2sdw99ympsfa2xd1d2j"))))
+        (base32 "1ywbqkfacc9fc5di3dn95y5ah2ys9i241j64q3f37a73x92llw1i"))))
     (build-system cmake-build-system)
-    (arguments `(#:tests? #f)) ; no tests.
+    (arguments `(#:tests? #f))          ; no tests
     (inputs
      `(("sdl" ,sdl)
        ("sdl-mixer" ,sdl-mixer)



reply via email to

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