diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-04-30 20:59:20 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-05-01 13:14:53 +0200 |
commit | 2fd97d5a05e1cab8be84e9df80f5b649256459b4 (patch) | |
tree | 85ce82f630d7475386e6370771774afef6beeaa5 /gnu/packages/ocaml.scm | |
parent | c87661143a7f4c600fd1ff3424d5916005ba2051 (diff) |
gnu: ocaml-fieldslib: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-fieldslib): Update to 0.15.0.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 2966002cf1..a6ae384b4d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -5409,10 +5409,10 @@ by making sure that you only compare comparable values.") (define-public ocaml-fieldslib (package (name "ocaml-fieldslib") - (version "0.14.0") + (version "0.15.0") (source (janestreet-origin "fieldslib" version - "10n5y376fb5jgqk9h8vq158rm1b36h9lzh6p11q33h6xgvb1v6n3")) + "083izf854vzmi5zj63r7ipjf09y1dqf7iy8n6r4663444xrzs2h5")) (build-system dune-build-system) (arguments `(#:tests? #f)) ; No tests (propagated-inputs |