[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: minetest: Update to 5.4.1.
From: |
guix-commits |
Subject: |
06/06: gnu: minetest: Update to 5.4.1. |
Date: |
Sun, 11 Apr 2021 18:24:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e737e74ec0d739f16d41343c4f787d0b9155955b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Apr 12 00:24:00 2021 +0200
gnu: minetest: Update to 5.4.1.
* gnu/packages/games.scm (minetest, minetest-data): Update to 5.4.1.
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 150792b..dbc7244 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3454,7 +3454,7 @@ match, cannon keep, and grave-itation pit.")
(define-public minetest
(package
(name "minetest")
- (version "5.4.0")
+ (version "5.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3463,7 +3463,7 @@ match, cannon keep, and grave-itation pit.")
(file-name (git-file-name name version))
(sha256
(base32
- "1a17g6cmxrscnqwpwrd4w2ck3dgvplyfq4kzyimilfpqar1q69j9"))
+ "062ilb7s377q3hwfhl8q06vvcw2raydz5ljzlzwy2dmyzmdcndb8"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -3551,7 +3551,7 @@ in different ways.")
(file-name (git-file-name name version))
(sha256
(base32
- "11dz36z0pj2r7i8xm8v5lskzws81ckj6sc0avlmvdl8qdc9x83w5"))))
+ "0i45lbnikvgj9kxdp0yphpjjwjcgp4ibn49xkj78j5ic1s9n8jd4"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))
- branch master updated (4ebf6cc -> e737e74), guix-commits, 2021/04/11
- 01/06: gnu: libime: Update to 1.0.6., guix-commits, 2021/04/11
- 02/06: gnu: edgar: Update to 1.34., guix-commits, 2021/04/11
- 03/06: gnu: irssi: Update to 1.2.3., guix-commits, 2021/04/11
- 04/06: gnu: lagrange: Update to 1.3.2., guix-commits, 2021/04/11
- 05/06: gnu: ghq: Update to 1.1.7., guix-commits, 2021/04/11
- 06/06: gnu: minetest: Update to 5.4.1.,
guix-commits <=