diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:34:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:42:17 +0100 |
commit | a79b7ab5a288ace353415bd73dc714ed0ecabe62 (patch) | |
tree | 9ba4dd00d660c12254126b4ca717ec4b3ce7522c /gnu | |
parent | 6d27891aa0856575617561ba22ab256fab879c9e (diff) | |
download | patches-a79b7ab5a288ace353415bd73dc714ed0ecabe62.tar patches-a79b7ab5a288ace353415bd73dc714ed0ecabe62.tar.gz |
gnu: lablgtk: Update to 2.18.10.
* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 35701039ad..74d0bd06f2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -764,16 +764,16 @@ Knuthâs 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) |