guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7962bf8536767c2f368e8f4c5eb6ac9232521ae4
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Aug 20 18:18:01 2025 +0200
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 <[email protected]>
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 16ff501bdb..eecbff213f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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")