mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: ocaml-parsexp: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2.
This commit is contained in:
parent
60356cc029
commit
a041609a82
1 changed files with 2 additions and 2 deletions
|
@ -4965,7 +4965,7 @@ (define-public ocaml4.07-sexplib0
|
||||||
(define-public ocaml-parsexp
|
(define-public ocaml-parsexp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-parsexp")
|
(name "ocaml-parsexp")
|
||||||
(version "0.14.1")
|
(version "0.14.2")
|
||||||
(home-page "https://github.com/janestreet/parsexp")
|
(home-page "https://github.com/janestreet/parsexp")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4975,7 +4975,7 @@ (define-public ocaml-parsexp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy"))))
|
"14yi0licf1cp6b7qny5pz6dmlalqdksx0m0kzcrwi6byjxwjkbi9"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ocaml-sexplib0 ocaml-base))
|
(list ocaml-sexplib0 ocaml-base))
|
||||||
|
|
Loading…
Reference in a new issue