* [bug#62430] [PATCH] gnu: flightgear: Update to 2020.3.18. [not found] <13e711d0afe27824d4f2eb0da8fed2ca407a6925.1679715083.git.poomklao.ref@yahoo.com> @ 2023-03-25 3:31 ` Parnikkapore via Guix-patches via 2023-03-30 2:42 ` bug#62430: " Maxim Cournoyer 0 siblings, 1 reply; 2+ messages in thread From: Parnikkapore via Guix-patches via @ 2023-03-25 3:31 UTC (permalink / raw) To: 62430 * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.18. --- gnu/packages/games.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5825b8d936..9d2dbdafea 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9094,7 +9094,7 @@ (define-public marble-marcher (define simgear (package (name "simgear") - (version "2020.3.17") + (version "2020.3.18") (source (origin (method url-fetch) @@ -9102,7 +9102,7 @@ (define simgear (version-major+minor version) "/" "simgear-" version ".tar.bz2")) (sha256 - (base32 "0z1pkxs4fw8xkiainxgcpayhmn0b4c0sc2j6q88x66zzvk89qpjc")) + (base32 "1jin6rbz4s83x4k91lbdw5gb0vrc8frbmwpc55wl0wmiaqjwzhbc")) (modules '((guix build utils))) (snippet '(begin @@ -9147,7 +9147,7 @@ (define-public flightgear (version-major+minor version) "/" "flightgear-" version ".tar.bz2")) (sha256 - (base32 "0m0qbyf9i84avkfmjm1a5bijl1nqs7wnpw7rfz53ls52mkgdww36")) + (base32 "0dyyi1v97w3mdwsv9kdd194inz1461wqv3zy3wyai0n17wdf7a1r")) (modules '((guix build utils))) (snippet '(begin @@ -9219,7 +9219,7 @@ (define-public flightgear "FlightGear-" version "-data.txz")) (sha256 (base32 - "1s6qahfia3llghfqgx990brg7gbb7z7accsq528kcyp6k8mvlpia")))))) + "0f2jn2br27ahf5gggx70zcp80wrylahw7nbqdcx7ml9qphg6rjak")))))) (home-page "https://www.flightgear.org/") (synopsis "Flight simulator") (description "The goal of the FlightGear project is to create a base-commit: a7f118d062db4408b23505750c44a1f996496c43 -- 2.39.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#62430: [PATCH] gnu: flightgear: Update to 2020.3.18. 2023-03-25 3:31 ` [bug#62430] [PATCH] gnu: flightgear: Update to 2020.3.18 Parnikkapore via Guix-patches via @ 2023-03-30 2:42 ` Maxim Cournoyer 0 siblings, 0 replies; 2+ messages in thread From: Maxim Cournoyer @ 2023-03-30 2:42 UTC (permalink / raw) To: Parnikkapore; +Cc: 62430-done Hi, Parnikkapore <poomklao@yahoo.com> writes: > * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.18. > --- > gnu/packages/games.scm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 5825b8d936..9d2dbdafea 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -9094,7 +9094,7 @@ (define-public marble-marcher > (define simgear > (package > (name "simgear") > - (version "2020.3.17") > + (version "2020.3.18") > (source > (origin > (method url-fetch) > @@ -9102,7 +9102,7 @@ (define simgear > (version-major+minor version) "/" > "simgear-" version ".tar.bz2")) > (sha256 > - (base32 "0z1pkxs4fw8xkiainxgcpayhmn0b4c0sc2j6q88x66zzvk89qpjc")) > + (base32 "1jin6rbz4s83x4k91lbdw5gb0vrc8frbmwpc55wl0wmiaqjwzhbc")) > (modules '((guix build utils))) > (snippet > '(begin > @@ -9147,7 +9147,7 @@ (define-public flightgear > (version-major+minor version) "/" > "flightgear-" version ".tar.bz2")) > (sha256 > - (base32 "0m0qbyf9i84avkfmjm1a5bijl1nqs7wnpw7rfz53ls52mkgdww36")) > + (base32 "0dyyi1v97w3mdwsv9kdd194inz1461wqv3zy3wyai0n17wdf7a1r")) > (modules '((guix build utils))) > (snippet > '(begin > @@ -9219,7 +9219,7 @@ (define-public flightgear > "FlightGear-" version "-data.txz")) > (sha256 > (base32 > - "1s6qahfia3llghfqgx990brg7gbb7z7accsq528kcyp6k8mvlpia")))))) > + "0f2jn2br27ahf5gggx70zcp80wrylahw7nbqdcx7ml9qphg6rjak")))))) > (home-page "https://www.flightgear.org/") > (synopsis "Flight simulator") > (description "The goal of the FlightGear project is to create a > > base-commit: a7f118d062db4408b23505750c44a1f996496c43 Installed, thank you! -- Thanks, Maxim ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-30 2:43 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <13e711d0afe27824d4f2eb0da8fed2ca407a6925.1679715083.git.poomklao.ref@yahoo.com> 2023-03-25 3:31 ` [bug#62430] [PATCH] gnu: flightgear: Update to 2020.3.18 Parnikkapore via Guix-patches via 2023-03-30 2:42 ` bug#62430: " Maxim Cournoyer
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).