From a041609a82af9384972581d337f31b2a988d478f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 4 Feb 2022 14:24:06 +0100 Subject: gnu: ocaml-parsexp: Update to 0.14.2. * gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ocaml.scm') 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)) -- cgit v1.2.3