gnu: ocaml-sexplib0: Update to 0.15.1.

* gnu/packages/ocaml.scm (ocaml-sexplib0): Update to 0.15.1.
This commit is contained in:
Julien Lepiller 2022-06-18 12:38:56 +02:00
parent 3cd53fc08f
commit 0133c000c9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5024,11 +5024,17 @@ (define-public cubicle
(define-public ocaml-sexplib0
(package
(name "ocaml-sexplib0")
(version "0.15.0")
(version "0.15.1")
(home-page "https://github.com/janestreet/sexplib0")
(source
(janestreet-origin "sexplib0" version
"1fpg991n578m11r0ki4als4c76s3sp703b4khivx40v48402qill"))
(source (origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"05m93g4m4jhj1v8pazg3s2ydcfymr3h4476yjhdca5fm4sn35bg8"))))
(build-system dune-build-system)
(arguments `(#:tests? #f)) ;no tests
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib0))))