[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/54: gnu: ocaml-hex: Update to 1.5.0.
From: |
guix-commits |
Subject: |
39/54: gnu: ocaml-hex: Update to 1.5.0. |
Date: |
Sun, 1 May 2022 07:16:07 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit b27a2366ab6fed0d19446fd8fe50c6013a295162
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 08:35:10 2022 +0200
gnu: ocaml-hex: Update to 1.5.0.
* gnu/packages/ocaml.scm (ocaml-hex): Update to 1.5.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 109e69ef13..c9e62e8abe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3649,7 +3649,7 @@ writing to these structures, and they are accessed via
the Bigarray module.")
(define-public ocaml-hex
(package
(name "ocaml-hex")
- (version "1.4.0")
+ (version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3658,7 +3658,7 @@ writing to these structures, and they are accessed via
the Bigarray module.")
(file-name (git-file-name name version))
(sha256
(base32
- "0c8nhibcwy0ykzca4jn3gqb8ylq21ff88y82gl60wyzijr64rn0q"))))
+ "0xnl5wxd2qrba7phm3mdrjwd2kk26kb17dv94ciwp49ljcj28qc1"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))
- 34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0., (continued)
- 34/54: gnu: ocaml-ppx-bin-prot: Update to 0.15.0., guix-commits, 2022/05/01
- 36/54: gnu: ocaml-ppx-optcomp: Update to 0.15.0., guix-commits, 2022/05/01
- 38/54: gnu: ocaml-easy-format: Update to 1.3.3., guix-commits, 2022/05/01
- 41/54: gnu: ocaml-ppxlib: Update to 0.25.0., guix-commits, 2022/05/01
- 43/54: gnu: ocaml-base-bigstring: Update to 0.15.0., guix-commits, 2022/05/01
- 46/54: gnu: ocaml-ppx-base: Update to 0.15.0., guix-commits, 2022/05/01
- 37/54: gnu: ocaml-variantslib: Update to 0.15.0., guix-commits, 2022/05/01
- 49/54: gnu: ocaml-ppx-sexp-value: Update to 0.15.0., guix-commits, 2022/05/01
- 51/54: gnu: ocaml-parsexp: Update to 0.15.0., guix-commits, 2022/05/01
- 45/54: gnu: ocaml-ppx-compare: Update to 0.15.0., guix-commits, 2022/05/01
- 39/54: gnu: ocaml-hex: Update to 1.5.0.,
guix-commits <=