From 5012281765f6677ce355b4ef36e91bfb9d6cc292 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 18 Nov 2021 23:48:50 +0100 Subject: gnu: ocaml-ocp-index: Update to 1.3.2. * gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.2. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 05579cbf85..08c9f8e57d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2913,7 +2913,7 @@ This package includes: (define-public ocaml-ocp-index (package (name "ocaml-ocp-index") - (version "1.2.1") + (version "1.3.2") (source (origin (method git-fetch) @@ -2923,7 +2923,7 @@ This package includes: (file-name (git-file-name name version)) (sha256 (base32 - "08r7mxdnxmhff37fw4hmrpjgckgi5kaiiiirwp4rmdl594z0h9c8")))) + "0y7fk8s477f40vvbsp4ikxv1v51y6bzj416bh1sc3f17rbnczpkk")))) (build-system dune-build-system) (arguments `(#:package "ocp-index")) -- cgit v1.2.3