guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vkquake: Update to 1.00.0.


From: Rutger Helling
Subject: 01/01: gnu: vkquake: Update to 1.00.0.
Date: Wed, 13 Jun 2018 02:47:25 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 14618a1ebb8060b163acd1615c828aa2c62d0651
Author: Rutger Helling <address@hidden>
Date:   Wed Jun 13 08:46:24 2018 +0200

    gnu: vkquake: Update to 1.00.0.
    
    * gnu/packages/games.scm (vkquake): Update to 1.00.0.
---
 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 c445154..da8fc0b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4481,7 +4481,7 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
   (package
     (inherit quakespasm)
     (name "vkquake")
-    (version "0.97.3")
+    (version "1.00.0")
     (source
      (origin
        (method url-fetch)
@@ -4490,7 +4490,7 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1p0nh2v2ilylw62fxc5qpfcmyhs0s64w8sgh036nc6kn21kbjc0d"))))
+         "0bviv18jvp41jvrabgl7l5kq4n1p6p3rywij481yswawdw6l5idh"))))
     (arguments
      `(#:make-flags
        (let ((vulkanlib (string-append (assoc-ref %build-inputs



reply via email to

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