mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: freeorion: Update to 0.4.10.
* gnu/packages/games.scm (freeorion): Update to 0.4.10. [inputs]: Use Python 3 and default boost.
This commit is contained in:
parent
6fba1f4ded
commit
0a00d157e6
1 changed files with 5 additions and 5 deletions
|
@ -9436,15 +9436,15 @@ (define-public ri-li
|
|||
(define-public freeorion
|
||||
(package
|
||||
(name "freeorion")
|
||||
(version "0.4.9")
|
||||
(version "0.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/freeorion/freeorion/releases/"
|
||||
"download/v" version "/FreeOrion_v" version
|
||||
"_2020-02-02.db53471_Source.tar.gz"))
|
||||
"_2020-07-10.f3d403e_Source.tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qfnqkysagh8dw26plk229qh17mv4prjxs6qhfyczrmrrakb72an"))
|
||||
(base32 "12xspixrkx6mmmsdqjha0hg02r4y73pk229l0wjq9s0yp8nb8ap7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -9466,7 +9466,7 @@ (define-public freeorion
|
|||
(string-append "\"" roboto-dir "Roboto-" type ".ttf\");")))
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("boost" ,boost-with-python2)
|
||||
`(("boost" ,boost)
|
||||
("boost_signals" ,boost-signals2)
|
||||
("font-dejavu" ,font-dejavu)
|
||||
("font-roboto" ,font-google-roboto)
|
||||
|
@ -9477,7 +9477,7 @@ (define-public freeorion
|
|||
("libpng" ,libpng)
|
||||
("libvorbis" ,libvorbis)
|
||||
("openal" ,openal)
|
||||
("python2" ,python-2.7)
|
||||
("python" ,python)
|
||||
("sdl2" ,sdl2)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://www.freeorion.org/index.php/Main_Page")
|
||||
|
|
Loading…
Reference in a new issue