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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b1c37f8aff gnu: astromenace: Update to 1.4.3.
b1c37f8aff is described below

commit b1c37f8aff7790996d720c53d277516ec0d198cc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 11:51:52 2025 +0100

    gnu: astromenace: Update to 1.4.3.
    
    * gnu/packages/games.scm (astromenace): Update to 1.4.3.
    
    Change-Id: Iaaed11f0a5471f2483ac53a32efd5e48ebff1484
---
 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 3228c2c810..fd22b0243f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -578,7 +578,7 @@ physics settings to tweak as well.")
 (define-public astromenace
   (package
     (name "astromenace")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method git-fetch)
@@ -587,7 +587,7 @@ physics settings to tweak as well.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vw94issjzz6rji0ssqv5yrll513dvj7m0d33q8lbih1gdh4alal"))))
+        (base32 "0683a6bb4rvbz3jaqs6pc4msy6l3vr7fafxi4nmbvziv5kr7x9sv"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to