GNU bug report logs -
#44573
[PATCH] gnu: flightgear: Update to 2020.3.2
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#44573: [PATCH] gnu: flightgear: Update to 2020.3.2
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 44573 <at> debbugs.gnu.org.
--
44573: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44573
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Wed, Nov 03, 2021 at 02:17:39PM +0000, phodina via Guix-patches via wrote:
> Hi,
>
> here's the patch for the latest version of flightgear.
>
> Flight works, though I have to work on my pilot skills :-D
Thanks. Patch pushed.
> --8<---------------cut here---------------start------------->8---
>
> * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11.
> (flightgear-data): Update uri.
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 42753dc1a4..6ada83bdd0 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -9261,7 +9261,7 @@ (define-public marble-marcher
> (define simgear
> (package
> (name "simgear")
> - (version "2018.3.5")
> + (version "2020.3.11")
> (source
> (origin
> (method url-fetch)
> @@ -9269,7 +9269,7 @@ (define simgear
> (version-major+minor version) "/"
> "simgear-" version ".tar.bz2"))
> (sha256
> - (base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
> + (base32 "0g2g3n3sb6kdimvcrn9kvlhyyrp5c6lx20fgzz8l609v5aygr3dv"))))
> (build-system cmake-build-system)
> (arguments
> `(#:phases
> @@ -9305,7 +9305,7 @@ (define-public flightgear
> (version-major+minor version) "/"
> "flightgear-" version ".tar.bz2"))
> (sha256
> - (base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
> + (base32 "15sar94x13j2y1m6adgmz2q1m1i9bzj3sxqla6y3m9vyf33hc9zy"))
> (modules '((guix build utils)))
> (snippet
> '(begin
> @@ -9375,10 +9375,10 @@ (define-public flightgear
> (method url-fetch)
> (uri (string-append "mirror://sourceforge/flightgear/release-"
> (version-major+minor version) "/"
> - "FlightGear-" version "-data.tar.bz2"))
> + "FlightGear-" version "-data.txz"))
> (sha256
> (base32
> - "04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
> + "0n5mw9vw1snab16c1y3i9ylkiv54az57bs2mvpq20hhg5hdiagqj"))))))
> (home-page "https://home.flightgear.org/")
> (synopsis "Flight simulator")
> (description "The goal of the FlightGear project is to create a
> --
> 2.33.1
>
>
>
--
Efraim Flashner <efraim <at> flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/games.scm (simgear): Update to 2020.3.2
* gnu/packages/games.scm (flightgear): Update to 2020.3.2
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b94c5e32f3..2133d66a03 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8801,7 +8801,7 @@ levels to unlock.")
(define simgear
(package
(name "simgear")
- (version "2018.3.5")
+ (version "2020.3.2")
(source
(origin
(method url-fetch)
--
2.29.2
This bug report was last modified 3 years and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.