Archived
1
0
Fork 0

gnu: freeorion: Update to 0.4.10.2.

* gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-03 19:22:44 +02:00
parent d536083f33
commit 25b62e7bbb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10029,7 +10029,7 @@ win.")
(define-public freeorion (define-public freeorion
(package (package
(name "freeorion") (name "freeorion")
(version "0.4.10") (version "0.4.10.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10037,7 +10037,7 @@ win.")
(url "https://github.com/freeorion/freeorion") (url "https://github.com/freeorion/freeorion")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1hq212pbsqpgn193wkvcl45m8bjvx730486xkffivylxgbiyvv2c")) (base32 "12fhwa3cs6lvdbdhina310qk2g7zcphldsh7ibsbxn8d1m731xlk"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet