mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-parsexp: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.1.
This commit is contained in:
parent
6e29cd1f45
commit
b8d4524b6c
1 changed files with 10 additions and 4 deletions
|
@ -4799,11 +4799,17 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
|
||||||
(define-public ocaml-parsexp
|
(define-public ocaml-parsexp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-parsexp")
|
(name "ocaml-parsexp")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(home-page "https://github.com/janestreet/parsexp")
|
(home-page "https://github.com/janestreet/parsexp")
|
||||||
(source
|
(source (origin
|
||||||
(janestreet-origin "parsexp" version
|
(method git-fetch)
|
||||||
"158znj19dvfdcwsgzs3rdhxpj1g4aw0d4nkfr8c05bahf0lnshlb"))
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml-sexplib0" ,ocaml-sexplib0)
|
`(("ocaml-sexplib0" ,ocaml-sexplib0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue