[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: ocaml-base64: Update to 3.5.0.
From: |
guix-commits |
Subject: |
05/09: gnu: ocaml-base64: Update to 3.5.0. |
Date: |
Thu, 7 Oct 2021 22:34:44 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 9eea1f8f6f7ebe065734817f3148ec36096f0c29
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 03:53:09 2021 +0200
gnu: ocaml-base64: Update to 3.5.0.
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.5.0.
---
gnu/packages/ocaml.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index cad2e60..783eea0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2955,7 +2955,7 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
(define-public ocaml-base64
(package
(name "ocaml-base64")
- (version "3.4.0")
+ (version "3.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2964,19 +2964,8 @@ multitude of other network protocols
(FTP/SMTP/RTSP/etc).")
(file-name (git-file-name name version))
(sha256
(base32
- "0aa1m1sr8p1hgc10p96mij7p22r3qcysvzy6fz2jqamfgswchgqc"))))
+ "068hwdbpl7vx9jjpxdc6a10zqd8xa55j3xx7ga6fnwrlfsbs2pjj"))))
(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)
- branch master updated (a0804f4 -> 3fc0fa9), guix-commits, 2021/10/07
- 02/09: gnu: camlzip: Update to 1.11., guix-commits, 2021/10/07
- 01/09: gnu: coq: Add upstream-name., guix-commits, 2021/10/07
- 03/09: gnu: why3: Update to 1.4.0., guix-commits, 2021/10/07
- 04/09: gnu: frama-c: Update to 23.1., guix-commits, 2021/10/07
- 07/09: gnu: ocaml-cairo2: Update to 0.6.2., guix-commits, 2021/10/07
- 05/09: gnu: ocaml-base64: Update to 3.5.0.,
guix-commits <=
- 06/09: gnu: ocaml-bisect-ppx: Add upstream-name., guix-commits, 2021/10/07
- 08/09: gnu: ocaml-version: Add upstream-name., guix-commits, 2021/10/07
- 09/09: gnu: ocaml-graphics: Update to 5.1.2., guix-commits, 2021/10/07