gnu: ocaml-sexplib0: Update to 0.15.1.
* gnu/packages/ocaml.scm (ocaml-sexplib0): Update to 0.15.1.
This commit is contained in:
parent
3cd53fc08f
commit
0133c000c9
@ -5024,11 +5024,17 @@ exclusion algorithms are typical examples of such systems.")
|
|||||||
(define-public ocaml-sexplib0
|
(define-public ocaml-sexplib0
|
||||||
(package
|
(package
|
||||||
(name "ocaml-sexplib0")
|
(name "ocaml-sexplib0")
|
||||||
(version "0.15.0")
|
(version "0.15.1")
|
||||||
(home-page "https://github.com/janestreet/sexplib0")
|
(home-page "https://github.com/janestreet/sexplib0")
|
||||||
(source
|
(source (origin
|
||||||
(janestreet-origin "sexplib0" version
|
(method git-fetch)
|
||||||
"1fpg991n578m11r0ki4als4c76s3sp703b4khivx40v48402qill"))
|
(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)
|
(build-system dune-build-system)
|
||||||
(arguments `(#:tests? #f)) ;no tests
|
(arguments `(#:tests? #f)) ;no tests
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib0))))
|
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sexplib0))))
|
||||||
|
Loading…
Reference in New Issue
Block a user