diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 02:47:42 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 03:48:17 +0100 |
commit | 8e15801f2322ca56ebaa4e4dac1a9bb8de363fe0 (patch) | |
tree | 201c45024efc4b8a7608529baa52558f68da6fad /gnu | |
parent | 25be347f0052a273a006f74e573116ec491f182a (diff) |
gnu: ocaml-csexp: Update to 1.5.1.
* gnu/packages/ocaml.scm (ocaml-csexp): Update to 1.5.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d431286676..73884847b5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1718,7 +1718,7 @@ config.h files for instance. Among other things, dune-configurator allows one t (define-public ocaml-csexp (package (name "ocaml-csexp") - (version "1.3.2") + (version "1.5.1") (source (origin (method git-fetch) (uri (git-reference @@ -1727,7 +1727,7 @@ config.h files for instance. Among other things, dune-configurator allows one t (file-name (git-file-name name version)) (sha256 (base32 - "190zppgvdjgghmrnx67ayzzk86qdjy3yn5fcrcw08wsh93384pl0")))) + "1v5y4x1a21193h8q536c0s0d8hv3hyyky4pgzm2dw9807v36s2x4")))) (build-system dune-build-system) (arguments `(#:tests? #f; FIXME: needs ppx_expect, but which version? |