guix-commits
[Top][All Lists]
Advanced

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

14/21: gnu: endless-sky: Update to 0.10.2.


From: guix-commits
Subject: 14/21: gnu: endless-sky: Update to 0.10.2.
Date: Mon, 17 Jul 2023 12:36:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a71c56d4bc26613bd260cee65e8162b509c54f47
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200

    gnu: endless-sky: Update to 0.10.2.
    
    * gnu/packages/games.scm (endless-sky): Update to 0.10.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 f0d29f2367..c3b13206d1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8520,7 +8520,7 @@ your score gets higher, you level up and the blocks fall 
faster.")
 (define-public endless-sky
   (package
     (name "endless-sky")
-    (version "0.10.0")
+    (version "0.10.2")
     (source
      (origin
        (method git-fetch)
@@ -8529,7 +8529,7 @@ your score gets higher, you level up and the blocks fall 
faster.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zbizmigxdwpi3m7sxv9hhf3aa18kbhsfrp48zy3iw2v64pw9l3r"))))
+        (base32 "07br25cij6g284p53nclcvw4y6mgn93milynpxa5ahrjdl5yfnsn"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~(list "-DES_USE_VCPKG=0"



reply via email to

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