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 e1c2154733 gnu: openttd-jgrpp: Update to 0.72.4.
e1c2154733 is described below

commit e1c21547334ea99546b91520c57c7bcb5807ffe9
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Jun 22 14:51:26 2026 -0400

    gnu: openttd-jgrpp: Update to 0.72.4.
    
    * gnu/packages/games.scm (openttd-jgrpp): Update to 0.72.4.
    
    Change-Id: I076cf72d99de23a1cfcfcc5bc0f7847086c48881
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 bf01f35a03..25522ec976 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6257,7 +6257,7 @@ Transport Tycoon Deluxe.")
   (package
     (inherit openttd)
     (name "openttd-jgrpp")
-    (version "0.72.2")
+    (version "0.72.4")
     (source
      (origin
        (method git-fetch)
@@ -6266,7 +6266,7 @@ Transport Tycoon Deluxe.")
              (commit (string-append "jgrpp-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02w6ka0pvqwdc5hpx7xaw24rgi24zrsxnn40zkb71kgrgbwxcpa2"))))
+        (base32 "1n42nb9lxzwjbpxihqqi5zj1ykv1xl2cg7wjfjxwjxcll2hwl95a"))))
     (inputs (modify-inputs inputs
               (append zstd harfbuzz)))
     (arguments

Reply via email to