mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: flightgear: Update to 2020.3.18.
* gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.18. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
5d6987f615
commit
631f19e43f
1 changed files with 4 additions and 4 deletions
|
@ -9094,7 +9094,7 @@ (define-public marble-marcher
|
||||||
(define simgear
|
(define simgear
|
||||||
(package
|
(package
|
||||||
(name "simgear")
|
(name "simgear")
|
||||||
(version "2020.3.17")
|
(version "2020.3.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9102,7 +9102,7 @@ (define simgear
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"simgear-" version ".tar.bz2"))
|
"simgear-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z1pkxs4fw8xkiainxgcpayhmn0b4c0sc2j6q88x66zzvk89qpjc"))
|
(base32 "1jin6rbz4s83x4k91lbdw5gb0vrc8frbmwpc55wl0wmiaqjwzhbc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -9147,7 +9147,7 @@ (define-public flightgear
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"flightgear-" version ".tar.bz2"))
|
"flightgear-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m0qbyf9i84avkfmjm1a5bijl1nqs7wnpw7rfz53ls52mkgdww36"))
|
(base32 "0dyyi1v97w3mdwsv9kdd194inz1461wqv3zy3wyai0n17wdf7a1r"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -9219,7 +9219,7 @@ (define-public flightgear
|
||||||
"FlightGear-" version "-data.txz"))
|
"FlightGear-" version "-data.txz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s6qahfia3llghfqgx990brg7gbb7z7accsq528kcyp6k8mvlpia"))))))
|
"0f2jn2br27ahf5gggx70zcp80wrylahw7nbqdcx7ml9qphg6rjak"))))))
|
||||||
(home-page "https://www.flightgear.org/")
|
(home-page "https://www.flightgear.org/")
|
||||||
(synopsis "Flight simulator")
|
(synopsis "Flight simulator")
|
||||||
(description "The goal of the FlightGear project is to create a
|
(description "The goal of the FlightGear project is to create a
|
||||||
|
|
Loading…
Reference in a new issue