guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: xonotic: Update to 0.8.6.


From: guix-commits
Subject: 20/21: gnu: xonotic: Update to 0.8.6.
Date: Mon, 17 Jul 2023 12:36:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd0f867571d0bf550b581fd5d72a5d4c8b2dfd59
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: xonotic: Update to 0.8.6.
    
    * gnu/packages/games.scm (xonotic): Update to 0.8.6.
---
 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 2b763b905e..b6b580ab62 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7994,7 +7994,7 @@ original.")
 (define-public xonotic
   (package
     (name "xonotic")
-    (version "0.8.5")
+    (version "0.8.6")
     (source
      (origin
        (method url-fetch)
@@ -8002,7 +8002,7 @@ original.")
                            version "-source.zip"))
        (file-name (string-append name "-" version ".zip"))
        (sha256
-        (base32 "0pgahai0gk8bjmvkwx948bl50l9f9dhmjzwffl4vyldibajipa51"))))
+        (base32 "1a0j825rb86i34xc5k6spsma41gcgp6yl8qs2affhjpz3iwar4lb"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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