diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:22:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:23:51 +0200 |
commit | 25b62e7bbb974bcd67f003d3871272e032b93e02 (patch) | |
tree | 5bcc0df2a0a7eef0a200e8534a6c2363681ff85b | |
parent | d536083f3353aed7fab6b88b3d1758f3f1e33884 (diff) |
gnu: freeorion: Update to 0.4.10.2.
* gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
-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 cbdc38d0ee..1ade0a6c24 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10029,7 +10029,7 @@ win.") (define-public freeorion (package (name "freeorion") - (version "0.4.10") + (version "0.4.10.2") (source (origin (method git-fetch) @@ -10037,7 +10037,7 @@ win.") (url "https://github.com/freeorion/freeorion") (commit (string-append "v" version)))) (sha256 - (base32 "1hq212pbsqpgn193wkvcl45m8bjvx730486xkffivylxgbiyvv2c")) + (base32 "12fhwa3cs6lvdbdhina310qk2g7zcphldsh7ibsbxn8d1m731xlk")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |