summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-03 14:19:53 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-03 19:36:09 +0100
commita52ad7e8befc96fe32ecf413fd9830d84a5242ac (patch)
tree3bc00334926f12cee93c06460a1b6208c8a04018 /gnu
parent040d12a2f6e1350fbbdb6f0cdc9bd9cb2acdcdd3 (diff)
downloadguix-a52ad7e8befc96fe32ecf413fd9830d84a5242ac.tar.gz
gnu: ocaml-ocp-index: Update to 1.3.3.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.3.
Diffstat (limited to 'gnu')
-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 c71102e124..b93a493dd9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2958,7 +2958,7 @@ This package includes:
 (define-public ocaml-ocp-index
   (package
     (name "ocaml-ocp-index")
-    (version "1.3.2")
+    (version "1.3.3")
     (source
       (origin
         (method git-fetch)
@@ -2968,7 +2968,7 @@ This package includes:
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0y7fk8s477f40vvbsp4ikxv1v51y6bzj416bh1sc3f17rbnczpkk"))))
+          "1gbigw5s2cafkr82n9vkxbb892qfkykj0adj0hrdkrkw8j6rfl0j"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "ocp-index"))