diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-12 09:01:12 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-12 22:15:05 +0900 |
commit | 2838231f2f5d923fda477c76c825490cf3e3f446 (patch) | |
tree | d04b0bb66553016d6cea429f02c16b7dcf2d3261 | |
parent | 7818f1d3d957bd00cb0df8d6b002fe31d4013d18 (diff) |
gnu: luanti-voxelibre: Update to 0.90.1.
* gnu/packages/luanti.scm (luanti-voxelibre): Update to 0.90.1.
[synopsis]: Do not start with article.
[description]: Use double spaces between sentences.
Change-Id: I135a8e0eb9e1af44d5a9feeba6827579be968baa
-rw-r--r-- | gnu/packages/luanti.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/luanti.scm b/gnu/packages/luanti.scm index 16ae905cb0..f9fb9224c9 100644 --- a/gnu/packages/luanti.scm +++ b/gnu/packages/luanti.scm @@ -460,7 +460,7 @@ heavyweight or complicated to maintain.") (define-public luanti-voxelibre (package (name "luanti-voxelibre") - (version "0.90.0") + (version "0.90.1") (source (origin (method git-fetch) (uri (git-reference @@ -469,15 +469,15 @@ heavyweight or complicated to maintain.") (file-name (git-file-name name version)) (sha256 (base32 - "1i60v7rc13n4vd5429bckbg1nrs48p0qvwigjq276lfnbahdb06y")))) + "1ml5z6hfd62kcwimz8sfgvy4f4izhfigmkcb56xcn66kv6b9k91a")))) (build-system copy-build-system) (arguments `(#:install-plan '(("." "share/luanti/games/voxelibre")))) - (synopsis "A voxel-based sandbox game for Luanti") + (synopsis "Voxel-based sandbox game for Luanti") (description - "VoxeLibre is a survival sandbox game for Luanti. Survive, gather, - hunt, mine for ores, build, explore, and do much more. Inspired by + "VoxeLibre is a survival sandbox game for Luanti. Survive, gather, + hunt, mine for ores, build, explore, and do much more. Inspired by Minecraft, pushing beyond.") (home-page "https://content.luanti.org/packages/Wuzzy/mineclone2/") (license license:gpl3+))) |