guix-commits
[Top][All Lists]
Advanced

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

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


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

roptat pushed a commit to branch master
in repository guix.

commit dd35fdf65114b1664f2baace07a9150d421eeb2b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 18:59:36 2022 +0200

    gnu: ocaml-bin-prot: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-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 1f37d264cb..422001ffeb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5640,7 +5640,7 @@ string conversion.")
 (define-public ocaml-bin-prot
   (package
     (name "ocaml-bin-prot")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -5649,7 +5649,7 @@ string conversion.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "1qyqbfp4zdc2jb87370cdgancisqffhf9x60zgh2m31kqik8annr"))))
+          (base32 "1qfqglscc25wwnjx7byqmjcnjww1msnr8940gyg8h93wdq43fjnh"))))
     (build-system dune-build-system)
     (propagated-inputs
       (list ocaml-base



reply via email to

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