guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: ocaml-tsdl: Update to 0.9.9.


From: guix-commits
Subject: 03/11: gnu: ocaml-tsdl: Update to 0.9.9.
Date: Sat, 18 Jun 2022 07:16:17 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit f25033d9ea2f98f804c4cdea118406c69915bc8a
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 18 07:59:29 2022 +0200

    gnu: ocaml-tsdl: Update to 0.9.9.
    
    * gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.9.
---
 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 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]