This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bcff084f72 gnu: yamagi-quake2: Update to 8.51.
bcff084f72 is described below

commit bcff084f72941a3329ddb80cf1276bd9120a3076
Author: Ada Stevenson <adansk...@gmail.com>
AuthorDate: Tue Jul 1 18:55:13 2025 +0800

    gnu: yamagi-quake2: Update to 8.51.
    
    * gnu/packages/games.scm (yamagi-quake2): Update to 8.51.
    
    Change-Id: I451e5675779e19af33986c5a9ec35e2334cede12
    Signed-off-by: Danny Milosavljevic <dan...@friendly-machines.com>
---
 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 8349011c2c..fc3899bce1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8657,14 +8657,14 @@ some graphical niceities, and numerous bug-fixes and 
other improvements.")
 (define-public yamagi-quake2
   (package
     (name "yamagi-quake2")
-    (version "8.30")
+    (version "8.51")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://deponie.yamagi.org/quake2/quake2-";
                            version ".tar.xz"))
        (sha256
-        (base32 "11lv22y5ccd80iyhk6zj94wligcbx6x5vwbqh3jkgz96v0x5dng2"))))
+        (base32 "0xk321ph15wgydlmln3k7bdn4zdls2zliggsnkjwlnbax0cfy3z4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f

Reply via email to