[PATCH core-updates-frozen] gnu: lablgtk: Update to 2.18.11.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sarah Morgensen
Owner
unassigned
Submitted by
Sarah Morgensen
Severity
normal
S
S
Sarah Morgensen wrote on 5 Sep 2021 03:25
(address . guix-patches@gnu.org)
c007a59c377a9224b571012c11a42951c73f6dce.1630804864.git.iskarian@mgsn.dev
Update lablgtk to fix compilation with GCC 10.

* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.11.
---
This should fix lablgtk, ocaml4.07-lablgtk, and 43 dependents (assuming they
don't have other build issues).

I don't have the spare cycles to build this out right now, but the only code
change the update contains is the GCC 10 fix [0].


--
Sarah

gnu/packages/ocaml.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 82ee34c542..ada52b291e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1089,7 +1090,7 @@ Knuth’s LR(1) parser construction technique.")
(define-public lablgtk
(package
(name "lablgtk")
- (version "2.18.10")
+ (version "2.18.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1098,7 +1099,7 @@ Knuth’s LR(1) parser construction technique.")
(file-name (git-file-name name version))
(sha256
(base32
- "0w8cdfcv2wc19sd3qzj3qq77qc6rbnbynsz02gzbl15kgrvgrfxi"))))
+ "179ipx0c6bpxm4gz0syxgqy09dp5p4x9qsdil7s9jlx8ffg1mm0w"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)

base-commit: 68dd6d809398297dc2ebef522186c9b9f2566739
--
2.32.0
G
G
Guillaume Le Vaillant wrote on 5 Sep 2021 11:11
(name . Sarah Morgensen)(address . iskarian@mgsn.dev)(address . 50388-done@debbugs.gnu.org)
87o8972xok.fsf@kitej
Patch pushed as c1b350afc64a08d7fda835492f3c6ec1d2d28697.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYTSJ+w8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/VvAD+J/hP4jlvcQPjISv15KNyq43YPco43e10WiFW
h/n0Uw0BAJyagny7b4LqJ0UlwUKsEUcNrJ9XrdSEDutsIf0hX0h5
=z9qh
-----END PGP SIGNATURE-----

Closed
?