mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ocaml-base64: Update to 3.5.0.
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.5.0.
This commit is contained in:
parent
6516e88fe3
commit
9eea1f8f6f
1 changed files with 2 additions and 13 deletions
|
@ -2955,7 +2955,7 @@ (define-public ocaml-ocurl
|
|||
(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 @@ (define-public ocaml-base64
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue