summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:10 +0200
commita71c56d4bc26613bd260cee65e8162b509c54f47 (patch)
tree08edb6906be7eb596c7cee1a5dc66182d0a01b96 /gnu
parent810b7b1c3c1a99cf7554003c125d3ab19b5095d3 (diff)
gnu: endless-sky: Update to 0.10.2.
* gnu/packages/games.scm (endless-sky): Update to 0.10.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm4
1 files 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"