guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: ocaml-biniou: Update to 1.2.2.


From: guix-commits
Subject: 11/14: gnu: ocaml-biniou: Update to 1.2.2.
Date: Sat, 13 Aug 2022 15:22:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 893299b3ee64d6055ff311f96b1bf792cbf83012
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 20:49:23 2022 +0200

    gnu: ocaml-biniou: Update to 1.2.2.
    
    * gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.2.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index de23605704..b34b73cf87 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4952,7 +4952,7 @@ than the first one.")
 (define-public ocaml-biniou
  (package
    (name "ocaml-biniou")
-   (version "1.2.1")
+   (version "1.2.2")
    (home-page "https://github.com/mjambon/biniou";)
     (source
      (origin
@@ -4963,7 +4963,7 @@ than the first one.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0x2kiy809n1j0yf32l7hj102y628jp5jdrkbi3z7ld8jq04h1790"))))
+         "1gd4nqffm9h7dzxyvpfpww24l61fqgazyh3p5f7k9jvgyv9y4vcn"))))
    (build-system dune-build-system)
    (arguments
     `(#:phases
@@ -4971,7 +4971,7 @@ than the first one.")
         (add-before 'build 'make-writable
           (lambda _ (for-each make-file-writable (find-files "." ".")))))))
    (inputs
-    (list ocaml-easy-format))
+    (list ocaml-easy-format ocaml-camlp-streams))
    (native-inputs
     (list which))
    (synopsis "Data format designed for speed, safety, ease of use and backward



reply via email to

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