guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ocaml-ocp-index: Update to 1.3.2.


From: guix-commits
Subject: branch master updated: gnu: ocaml-ocp-index: Update to 1.3.2.
Date: Thu, 18 Nov 2021 17:50:00 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5012281  gnu: ocaml-ocp-index: Update to 1.3.2.
5012281 is described below

commit 5012281765f6677ce355b4ef36e91bfb9d6cc292
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 18 23:48:50 2021 +0100

    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(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 05579cb..08c9f8e 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]