gnu: ocaml-easy-format: Update to 1.3.1.

* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.1.
[build-system]: Use dune-build-system.
[source]: Use git-fetch.
This commit is contained in:
Julien Lepiller 2019-04-26 18:21:18 +02:00
parent 7e49538483
commit 12c3f62ab2
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C

View File

@ -2694,20 +2694,19 @@ JSON.")
(define-public ocaml-easy-format (define-public ocaml-easy-format
(package (package
(name "ocaml-easy-format") (name "ocaml-easy-format")
(version "1.2.0") (version "1.3.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/mjambon/easy-format/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/mjambon/easy-format")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zcz682y9figa84k7lgdjcab5qbzk3yy14ygfqp2dhhrvjygm252")) "0jfncci15b8sf1y72yrxfjlsmhs9aavcd14vwz4d7kj8k9w9c4qk"))))
(file-name (string-append name "-" version ".tar.gz")))) (build-system dune-build-system)
(build-system ocaml-build-system)
(arguments (arguments
`(#:phases `(#:jbuild? #t))
(modify-phases %standard-phases
(delete 'configure))))
(home-page "https://github.com/mjambon/easy-format") (home-page "https://github.com/mjambon/easy-format")
(synopsis "Interface to the Format module") (synopsis "Interface to the Format module")
(description "Easy-format is a high-level and functional interface to the (description "Easy-format is a high-level and functional interface to the