guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: quakespasm: Update to 0.93.2.


From: guix-commits
Subject: 15/18: gnu: quakespasm: Update to 0.93.2.
Date: Sun, 19 Jan 2020 12:27:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 18bbaf6714a3876f1e83463f5d0389024a5ed8ef
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 16:23:03 2020 +0100

    gnu: quakespasm: Update to 0.93.2.
    
    * gnu/packages/games.scm (quakespasm): Update to 0.93.2.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 58d0846..3d2db7b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5336,15 +5336,14 @@ Tales of Maj’Eyal offers engaging roguelike gameplay 
for the 21st century.")
 (define-public quakespasm
   (package
     (name "quakespasm")
-    (version "0.93.1")
+    (version "0.93.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
                            version ".tgz"))
        (sha256
-        (base32
-         "1bimv18f6rzhyjz78yvw2vqr5n0kdqbcqmq7cb3m951xgsxfcgpd"))))
+        (base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
     (arguments
      `(#:tests? #f
        #:make-flags '("CC=gcc"



reply via email to

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