summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-06-18 07:59:29 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-06-18 13:15:18 +0200
commitf25033d9ea2f98f804c4cdea118406c69915bc8a (patch)
treebd1873ff26bf3925d0ad3c14f4cfce2a96a6fa2d
parentad91e2a0102a616e00569bca2460f8c011f23cdf (diff)
downloadguix-patches-f25033d9ea2f98f804c4cdea118406c69915bc8a.tar
guix-patches-f25033d9ea2f98f804c4cdea118406c69915bc8a.tar.gz
gnu: ocaml-tsdl: Update to 0.9.9.
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.9.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 37dee3aeeb..2a45364b53 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4402,7 +4402,7 @@ OCaml projects that contain C stubs.")
(define-public ocaml-tsdl
(package
(name "ocaml-tsdl")
- (version "0.9.7")
+ (version "0.9.9")
(home-page "https://erratique.ch/software/tsdl")
(source (origin
(method url-fetch)
@@ -4411,7 +4411,7 @@ OCaml projects that contain C stubs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1zwv0ixkigh1gzk5n49rwvz2f2m62jdkkqg40j7dclg4gri7691f"))))
+ "1m565jgfanijjzp64c1rylahkpmrrb03ywj202j49n06nvwp788s"))))
(build-system ocaml-build-system)
(arguments
`(#:build-flags '("build")