[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/26: gnu: ocaml-base64: Update to 3.4.0.
From: |
guix-commits |
Subject: |
17/26: gnu: ocaml-base64: Update to 3.4.0. |
Date: |
Thu, 15 Oct 2020 12:02:08 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit bd2ad4a1950b4cddfc63306143e7edb28b283c36
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 23:38:35 2020 +0200
gnu: ocaml-base64: Update to 3.4.0.
* 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 756960d..81e923d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2233,7 +2233,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
@@ -2242,8 +2242,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)
- 01/26: gnu: unison: Build with ocaml-4.09., (continued)
- 01/26: gnu: unison: Build with ocaml-4.09., guix-commits, 2020/10/15
- 03/26: gnu: ocaml-mccs: Update to 1.1+11., guix-commits, 2020/10/15
- 08/26: gnu: ocaml-lwt-log: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 20/26: gnu: ocaml-alcotest: Update to 1.0.0., guix-commits, 2020/10/15
- 21/26: gnu: ocaml-result: Update to 1.5., guix-commits, 2020/10/15
- 18/26: gnu: ocaml-logs: Update to 0.7.0., guix-commits, 2020/10/15
- 22/26: gnu: Add ocaml-csexp., guix-commits, 2020/10/15
- 23/26: gnu: ocaml-compiler-libs: Build only with OCaml 4.07., guix-commits, 2020/10/15
- 09/26: gnu: ocaml-easy-format: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 05/26: gnu: ocaml-ppx-tools-versioned: Update to 5.4.0., guix-commits, 2020/10/15
- 17/26: gnu: ocaml-base64: Update to 3.4.0.,
guix-commits <=
- 06/26: gnu: ocaml-qtest: Do not use deprecated jbuilder., guix-commits, 2020/10/15