me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-bin-prot: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-bin-prot): Update to 0.15.0.
master
Julien Lepiller 2022-04-30 18:59:36 +02:00
parent 7678b531a0
commit dd35fdf651
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -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