gnu: ocaml-tsdl: Update to 0.9.6.

* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
master
Julien Lepiller 2019-05-14 20:39:53 +02:00
parent 70a5701141
commit 9f5a3ba659
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 4 additions and 2 deletions

View File

@ -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