guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ocaml-tsdl: Update to 0.9.6.


From: guix-commits
Subject: 04/05: gnu: ocaml-tsdl: Update to 0.9.6.
Date: Tue, 14 May 2019 15:06:12 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 9f5a3ba659ff50d324c95473ef921b8924d1c759
Author: Julien Lepiller <address@hidden>
Date:   Tue May 14 20:39:53 2019 +0200

    gnu: ocaml-tsdl: Update to 0.9.6.
    
    * gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
---
 gnu/packages/ocaml.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 638a043..ca7c345 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3177,7 +3177,7 @@ OCaml projects that contain C stubs.")
 (define-public ocaml-tsdl
   (package
     (name "ocaml-tsdl")
-    (version "0.9.1")
+    (version "0.9.6")
     (home-page "http://erratique.ch/software/tsdl";)
     (source (origin
               (method url-fetch)
@@ -3186,7 +3186,7 @@ OCaml projects that contain C stubs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "08bb97fhvz829fb0sgjn2p20mp7b04v98zy2qxpk2w390a6c4b34"))))
+                "00krjhmnchsnz33h9zhh0v69xbvi86l0xf0dvy7iivylb7f7x3n4"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:build-flags '("build")
@@ -3196,6 +3196,8 @@ OCaml projects that contain C stubs.")
          (delete 'configure))))
     (native-inputs
      `(("ocamlbuild" ,ocamlbuild)
+       ("ocaml-astring" ,ocaml-astring)
+       ("ocaml-ocb-stubblr" ,ocaml-ocb-stubblr)
        ("opam" ,opam)
        ("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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