guix-commits
[Top][All Lists]
Advanced

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

11/19: gnu: vkquake: Update to 1.01.0.


From: guix-commits
Subject: 11/19: gnu: vkquake: Update to 1.01.0.
Date: Thu, 14 Feb 2019 23:42:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3e7b376e08ced847795d6434189d0b78c89a4173
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 05:03:04 2019 +0100

    gnu: vkquake: Update to 1.01.0.
    
    * gnu/packages/games.scm (vkquake): Update to 1.01.0.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index de53ac7..4636e22 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2016 Steve Webber <address@hidden>
 ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <address@hidden>
 ;;; Copyright © 2017, 2018 Arun Isaac <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 nee <address@hidden>
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
@@ -4954,7 +4954,7 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
   (package
     (inherit quakespasm)
     (name "vkquake")
-    (version "1.00.0")
+    (version "1.01.0")
     (source
      (origin
        (method url-fetch)
@@ -4963,7 +4963,7 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0bviv18jvp41jvrabgl7l5kq4n1p6p3rywij481yswawdw6l5idh"))))
+         "0j8lh5by3pvjh6qr9piqlnq8mb5vv7sh0h3b9bqxlqm2ys0ap8hi"))))
     (arguments
      `(#:make-flags
        (let ((vulkanlib (string-append (assoc-ref %build-inputs



reply via email to

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