mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 10 additions and 4 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue