diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 11:51:52 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 11:51:52 +0100 |
commit | b1c37f8aff7790996d720c53d277516ec0d198cc (patch) | |
tree | 490dcae3bcd9982b36dc499b0763102cdc559191 | |
parent | 8baf7e11ffb361221f5e038d185b6e4bdfea26af (diff) | |
download | guix-b1c37f8aff7790996d720c53d277516ec0d198cc.tar.gz guix-b1c37f8aff7790996d720c53d277516ec0d198cc.zip |
gnu: astromenace: Update to 1.4.3.
* gnu/packages/games.scm (astromenace): Update to 1.4.3.
Change-Id: Iaaed11f0a5471f2483ac53a32efd5e48ebff1484
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files 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 |