guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: astromenace: Update to 1.4.2.


From: guix-commits
Subject: 01/02: gnu: astromenace: Update to 1.4.2.
Date: Mon, 5 Dec 2022 17:04:52 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c84820618a24a6bab153e9504d1bdd5158bb09ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 5 23:00:04 2022 +0100

    gnu: astromenace: Update to 1.4.2.
    
    * gnu/packages/games.scm (astromenace): Update to 1.4.2.
---
 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 661d727d79..19cf669284 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -445,7 +445,7 @@ physics settings to tweak as well.")
 (define-public astromenace
   (package
     (name "astromenace")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch)
@@ -454,7 +454,7 @@ physics settings to tweak as well.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ad6l887jxqv8xspwc2rvy8ym9sdlmkqdqhsh0pi076kjarxsyws"))))
+        (base32 "0vw94issjzz6rji0ssqv5yrll513dvj7m0d33q8lbih1gdh4alal"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test



reply via email to

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