mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
646c1918e6
commit
7962bf8536
1 changed files with 2 additions and 2 deletions
|
@ -5805,7 +5805,7 @@ OCaml projects that contain C stubs.")
|
||||||
(define-public ocaml-tsdl
|
(define-public ocaml-tsdl
|
||||||
(package
|
(package
|
||||||
(name "ocaml-tsdl")
|
(name "ocaml-tsdl")
|
||||||
(version "0.9.9")
|
(version "1.1.0")
|
||||||
(home-page "https://erratique.ch/software/tsdl")
|
(home-page "https://erratique.ch/software/tsdl")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5814,7 +5814,7 @@ OCaml projects that contain C stubs.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m565jgfanijjzp64c1rylahkpmrrb03ywj202j49n06nvwp788s"))))
|
"0fw78qby010ai8apgwc66ary6zm3a5nw57228i44vccypav3xpk4"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-flags '("build")
|
`(#:build-flags '("build")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue