summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-18 23:48:50 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-18 23:48:50 +0100
commit5012281765f6677ce355b4ef36e91bfb9d6cc292 (patch)
treef86520fadf56fe5b1adc4326b99b86e9d61a1b36 /gnu/packages
parent92d6f17dfd449208a657a1a54e3a287ae22d1da8 (diff)
downloadguix-5012281765f6677ce355b4ef36e91bfb9d6cc292.tar.gz
gnu: ocaml-ocp-index: Update to 1.3.2.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.2.
Diffstat (limited to 'gnu/packages')
-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 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"))