guix-commits
[Top][All Lists]
Advanced

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

34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0.


From: guix-commits
Subject: 34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0.
Date: Sun, 1 May 2022 07:16:07 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ae7c2c4b166b10eb25ee6daf2cd22fa209af558b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 08:07:57 2022 +0200

    gnu: ocaml-ppx-bin-prot: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): Update to 0.15.0.
---
 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 c27781a338..9840219992 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6537,7 +6537,7 @@ verification tool.")
 (define-public ocaml-ppx-bin-prot
   (package
     (name "ocaml-ppx-bin-prot")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -6546,7 +6546,7 @@ verification tool.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "1qryjxhyz3kn5jz5wm62j59lhjhd1mp7nbsj0np9qnbpapnnr1zg"))))
+          (base32 "1280wsls061fmvmdysjqn3lv4mnkyg400jnjf4jyfr14s33h1ad5"))))
     (build-system dune-build-system)
     (arguments
      ;; Cyclic dependency with ocaml-ppx-jane



reply via email to

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