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 d7949555744 gnu: redeal: Update to 0.2.0-2.abcf328.
d7949555744 is described below

commit d79495557447578c1984e915c7b6cbd826e8a45c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Sep 18 19:32:22 2026 +0200

    gnu: redeal: Update to 0.2.0-2.abcf328.
    
    * gnu/packages/games.scm (redeal): Update to 0.2.0-2.abcf328.
---
 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 857ad384f1c..80b4af9736c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3136,8 +3136,8 @@ features, rewinding, and a strict mode for speedrunning.")
     (license license:gpl2+)))
 
 (define-public redeal
-  (let ((commit "e2e81a477fd31ae548a340b5f0f380594d3d0ad6")
-        (revision "1"))
+  (let ((commit "abcf328546b1147525122c5d6660118a70d5c149")
+        (revision "2"))
     (package
       (name "redeal")
       (version (git-version "0.2.0" revision commit))
@@ -3150,7 +3150,7 @@ features, rewinding, and a strict mode for speedrunning.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1vac36bg4ah9gs4hgmp745xq6nnmd7s71vsq99d72ng3sxap0wa3"))))
+           "02rqadv6f9fsrbrh0d8brgjqgym3glm1mhdcjbf91gas1ckmfv9f"))))
       (build-system pyproject-build-system)
       (arguments
        (list

Reply via email to