me
/
guix
Archived
1
0
Fork 0

gnu: lablgtk: Update to 2.18.10.

* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.10.
master
Tobias Geerinckx-Rice 2020-03-19 00:34:59 +01:00
parent 6d27891aa0
commit a79b7ab5a2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -764,16 +764,16 @@ Knuths LR(1) parser construction technique.")
(define-public lablgtk
(package
(name "lablgtk")
(version "2.18.8")
(version "2.18.10")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/garrigue/lablgtk")
(commit "lablgtk2188")))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0gpww8bkwi5cl68kc006970zvzwvq73h1mwrnd239apmwlxc1l8a"))))
"0w8cdfcv2wc19sd3qzj3qq77qc6rbnbynsz02gzbl15kgrvgrfxi"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)