gnu: ocaml-tsdl: Update to 1.1.0.

* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 1.1.0.

Change-Id: I0dc3e7a922cc817c784f7eb11737261fd6a02744
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Simon Tournier 2025-08-20 18:18:01 +02:00 committed by Andreas Enge
parent 646c1918e6
commit 7962bf8536
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5805,7 +5805,7 @@ OCaml projects that contain C stubs.")
(define-public ocaml-tsdl
(package
(name "ocaml-tsdl")
(version "0.9.9")
(version "1.1.0")
(home-page "https://erratique.ch/software/tsdl")
(source (origin
(method url-fetch)
@ -5814,7 +5814,7 @@ OCaml projects that contain C stubs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1m565jgfanijjzp64c1rylahkpmrrb03ywj202j49n06nvwp788s"))))
"0fw78qby010ai8apgwc66ary6zm3a5nw57228i44vccypav3xpk4"))))
(build-system ocaml-build-system)
(arguments
`(#:build-flags '("build")