[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#43745] [PATCH 18/27] gnu: ocaml-base64: Update to 3.4.0.
From: |
Julien Lepiller |
Subject: |
[bug#43745] [PATCH 18/27] gnu: ocaml-base64: Update to 3.4.0. |
Date: |
Thu, 1 Oct 2020 15:41:24 +0200 |
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.4.0.
---
gnu/packages/ocaml.scm | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 181cd679d4..07270f329d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2257,7 +2257,7 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
(define-public ocaml-base64
(package
(name "ocaml-base64")
- (version "3.2.0")
+ (version "3.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2266,8 +2266,19 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
(file-name (git-file-name name version))
(sha256
(base32
- "1ilw3zj0w6cq7i4pvr8m2kv5l5f2y9aldmv72drlwwns013b1gwy"))))
+ "0aa1m1sr8p1hgc10p96mij7p22r3qcysvzy6fz2jqamfgswchgqc"))))
(build-system dune-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'build 'fix-dune
+ (lambda _
+ ;; This package expects dune 2, which unbundled its configurator
+ ;; module. We still use dune 1, so we need to let it know we need
+ ;; its internal module.
+ (substitute* "config/dune"
+ (("dune-configurator") "dune.configurator"))
+ #t)))))
(native-inputs
`(("ocaml-alcotest" ,ocaml-alcotest)
("ocaml-bos" ,ocaml-bos)
--
2.28.0
- [bug#43745] [PATCH 14/27] gnu: ocaml4.07-core: Do not use deprecated jbuilder., (continued)
- [bug#43745] [PATCH 14/27] gnu: ocaml4.07-core: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 05/27] gnu: ocaml-ppx-tools-versioned: Update to 5.4.0., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 09/27] gnu: ocaml-easy-format: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 10/27] gnu: ocaml4.07-zed: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 11/27] gnu: ocaml4.07-utop: Do not use deprecated jbuilder., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 18/27] gnu: ocaml-base64: Update to 3.4.0.,
Julien Lepiller <=
- [bug#43745] [PATCH 19/27] gnu: ocaml-logs: Update to 0.7.0., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 21/27] gnu: ocaml-alcotest: Update to 1.0.0., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 26/27] gnu: ocaml-4.07: Ensure build with ocaml4.7-dune., Julien Lepiller, 2020/10/01
- [bug#43745] [PATCH 16/27] gnu: Add ocaml-stdlib-shims., Julien Lepiller, 2020/10/01