diff options
author | Sarah Morgensen <iskarian@mgsn.dev> | 2021-09-04 18:25:01 -0700 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-05 10:29:46 +0200 |
commit | c1b350afc64a08d7fda835492f3c6ec1d2d28697 (patch) | |
tree | 2d662495ab2d10984ac18b52c4f28f4a7cadd8e5 | |
parent | 8bb7cb7befd0e4d7a8dacf4942401f39609cf339 (diff) | |
download | guix-c1b350afc64a08d7fda835492f3c6ec1d2d28697.tar.gz |
gnu: lablgtk: Update to 2.18.11.
Update lablgtk to fix compilation with GCC 10. * gnu/packages/ocaml.scm (lablgtk): Update to 2.18.11. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r-- | gnu/packages/ocaml.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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) |