mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ocaml-tsdl: Update to 0.9.6.
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
This commit is contained in:
parent
70a5701141
commit
9f5a3ba659
1 changed files with 4 additions and 2 deletions
|
@ -3177,7 +3177,7 @@ (define-public ocaml-ocb-stubblr
|
|||
(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 @@ (define-public ocaml-tsdl
|
|||
(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 @@ (define-public ocaml-tsdl
|
|||
(delete 'configure))))
|
||||
(native-inputs
|
||||
`(("ocamlbuild" ,ocamlbuild)
|
||||
("ocaml-astring" ,ocaml-astring)
|
||||
("ocaml-ocb-stubblr" ,ocaml-ocb-stubblr)
|
||||
("opam" ,opam)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue