gnu: freeorion: Update to 0.4.9.

* gnu/packages/games.scm (freeorion): Update to 0.4.9.
[source]: Use release tarball.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-16 21:03:38 +01:00
parent 99ed3a1f0b
commit f6fdbb053e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8146,23 +8146,15 @@ (define-public ri-li
(define-public freeorion (define-public freeorion
(package (package
(name "freeorion") (name "freeorion")
(version "0.4.8") (version "0.4.9")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/freeorion/freeorion/releases/"
(url "https://github.com/freeorion/freeorion.git") "download/v" version "/FreeOrion_v" version
;; Most recent stable release uses boost_signals (v1) which was "_2020-02-02.db53471_Source.tar.gz"))
;; later replaced with boost-signals2 and no longer exists. This
;; commit builds and runs.
;;
;; TODO: Update this when the next stable release when it is
;; available.
(commit "470d0711537804df3c2ca25532f674ab4bec58af")))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1qfnqkysagh8dw26plk229qh17mv4prjxs6qhfyczrmrrakb72an"))
"1wsw632l1cj17px6i88nqjzs0dngp5rsr67n6qkkjlfjfxi69j0f"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin