guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/16: gnu: lablgtk: Update to 2.18.8.


From: guix-commits
Subject: 02/16: gnu: lablgtk: Update to 2.18.8.
Date: Sat, 30 Nov 2019 09:51:47 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 3a23b461f4eea3f0bd4e54018bc886d9db70017a
Author: Julien Lepiller <address@hidden>
Date:   Wed Nov 27 20:38:42 2019 +0100

    gnu: lablgtk: Update to 2.18.8.
    
    * gnu/packages/ocaml.scm (lablgtk): Update to 2.18.8.
    [source]: Use git-fetch.
    [native-inputs]: Remove camlp4.
---
 gnu/packages/ocaml.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4a6cec4..dea01cf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -814,17 +814,18 @@ Knuth’s LR(1) parser construction technique.")
 (define-public lablgtk
   (package
     (name "lablgtk")
-    (version "2.18.6")
+    (version "2.18.8")
     (source (origin
-              (method url-fetch)
-              (uri (ocaml-forge-uri name version 1726))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/garrigue/lablgtk";)
+                     (commit "lablgtk2188")))
               (sha256
                (base32
-                "1y38fdvswy6hmppm65qvgdk4pb3ghhnvz7n4ialf46340r1s5p2d"))))
+                "0gpww8bkwi5cl68kc006970zvzwvq73h1mwrnd239apmwlxc1l8a"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("camlp4" ,camlp4)
-       ("ocaml" ,ocaml)
+     `(("ocaml" ,ocaml)
        ("findlib" ,ocaml-findlib)
        ("pkg-config" ,pkg-config)))
     ;; FIXME: Add inputs gtkgl-2.0, libpanelapplet-2.0, gtkspell-2.0,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]