mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: freeorion: Update to 0.4.10.2.
* gnu/packages/games.scm (freeorion): Update to 0.4.10.2.
This commit is contained in:
parent
d536083f33
commit
25b62e7bbb
1 changed files with 2 additions and 2 deletions
|
@ -10029,7 +10029,7 @@ (define-public ri-li
|
|||
(define-public freeorion
|
||||
(package
|
||||
(name "freeorion")
|
||||
(version "0.4.10")
|
||||
(version "0.4.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10037,7 +10037,7 @@ (define-public freeorion
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue