diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-31 21:26:32 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-31 21:46:31 +0200 |
commit | 1710bb5d7c87446a4d51f1ff4dd697363adc3f1d (patch) | |
tree | 28b4979e3ca752b4c92fa2f1d9b39307d1772e6e | |
parent | 743f5adb88394539eac712cce6cbe19e56563f97 (diff) |
gnu: widelands: Update to 1.2.1.
* gnu/packages/games.scm (widelands): Update to 1.2.1.
Change-Id: Ie781ea88275cae7b98fccf48fe45054efbb2598b
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files 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")))) |