summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-04 14:24:06 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-04 17:50:06 +0100
commita041609a82af9384972581d337f31b2a988d478f (patch)
tree413b2a33be8e65081af0bed5bea12e789f827451
parent60356cc029b21eb2fd5660cac5476c8f64a2e00a (diff)
downloadguix-patches-a041609a82af9384972581d337f31b2a988d478f.tar
guix-patches-a041609a82af9384972581d337f31b2a988d478f.tar.gz
gnu: ocaml-parsexp: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cd833b6073..e0fbab7de3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4965,7 +4965,7 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
(define-public ocaml-parsexp
(package
(name "ocaml-parsexp")
- (version "0.14.1")
+ (version "0.14.2")
(home-page "https://github.com/janestreet/parsexp")
(source (origin
(method git-fetch)
@@ -4975,7 +4975,7 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
(file-name (git-file-name name version))
(sha256
(base32
- "1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy"))))
+ "14yi0licf1cp6b7qny5pz6dmlalqdksx0m0kzcrwi6byjxwjkbi9"))))
(build-system dune-build-system)
(inputs
(list ocaml-sexplib0 ocaml-base))