This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1710bb5d7c gnu: widelands: Update to 1.2.1.
1710bb5d7c is described below
commit 1710bb5d7c87446a4d51f1ff4dd697363adc3f1d
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 21:26:32 2025 +0200
gnu: widelands: Update to 1.2.1.
* gnu/packages/games.scm (widelands): Update to 1.2.1.
Change-Id: Ie781ea88275cae7b98fccf48fe45054efbb2598b
---
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 715008aa8e..9c7cde57f1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6529,7 +6529,7 @@ tactics.")
(define-public widelands
(package
(name "widelands")
- (version "1.2")
+ (version "1.2.1")
(source
(origin
(method git-fetch)
@@ -6538,7 +6538,7 @@ tactics.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1m9hn1sh1siggribzsq79k7p0lggdw41ji7zdl6h648cjak9mdsp"))
+ (base32 "1n8daxarwcagcxpzlxrrdy0piir1zinwnfbcsyyg4yd789pixhgw"))
(modules '((guix build utils)))
(snippet
#~(delete-file-recursively "src/third_party/minizip"))))