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>
This commit is contained in:
		
							parent
							
								
									8bb7cb7bef
								
							
						
					
					
						commit
						c1b350afc6
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -23,6 +23,7 @@
 | 
				
			||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 | 
					;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 | 
				
			||||||
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
 | 
					;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
 | 
				
			||||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 | 
					;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 | 
				
			||||||
 | 
					;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -1089,7 +1090,7 @@ Knuth’s LR(1) parser construction technique.")
 | 
				
			||||||
(define-public lablgtk
 | 
					(define-public lablgtk
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lablgtk")
 | 
					    (name "lablgtk")
 | 
				
			||||||
    (version "2.18.10")
 | 
					    (version "2.18.11")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1098,7 +1099,7 @@ Knuth’s LR(1) parser construction technique.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0w8cdfcv2wc19sd3qzj3qq77qc6rbnbynsz02gzbl15kgrvgrfxi"))))
 | 
					                "179ipx0c6bpxm4gz0syxgqy09dp5p4x9qsdil7s9jlx8ffg1mm0w"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ocaml" ,ocaml)
 | 
					     `(("ocaml" ,ocaml)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue