[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: ocaml-easy-format: Update to 1.3.1.
From: |
guix-commits |
Subject: |
06/07: gnu: ocaml-easy-format: Update to 1.3.1. |
Date: |
Fri, 26 Apr 2019 12:29:45 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 12c3f62ab202b5b3e1fa55f0df55fe5aa5c17747
Author: Julien Lepiller <address@hidden>
Date: Fri Apr 26 18:21:18 2019 +0200
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.
---
gnu/packages/ocaml.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 379dd62..2114a59 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2694,20 +2694,19 @@ JSON.")
(define-public ocaml-easy-format
(package
(name "ocaml-easy-format")
- (version "1.2.0")
+ (version "1.3.1")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/mjambon/easy-format/"
- "archive/v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mjambon/easy-format")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1zcz682y9figa84k7lgdjcab5qbzk3yy14ygfqp2dhhrvjygm252"))
- (file-name (string-append name "-" version ".tar.gz"))))
- (build-system ocaml-build-system)
+ "0jfncci15b8sf1y72yrxfjlsmhs9aavcd14vwz4d7kj8k9w9c4qk"))))
+ (build-system dune-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (delete 'configure))))
+ `(#:jbuild? #t))
(home-page "https://github.com/mjambon/easy-format")
(synopsis "Interface to the Format module")
(description "Easy-format is a high-level and functional interface to the
- branch master updated (d7b0562 -> 273ba25), guix-commits, 2019/04/26
- 01/07: gnu: ocaml-utop: Update to 2.3.0., guix-commits, 2019/04/26
- 04/07: gnu: ocaml-ssl: Update to 0.5.7., guix-commits, 2019/04/26
- 06/07: gnu: ocaml-easy-format: Update to 1.3.1.,
guix-commits <=
- 02/07: gnu: ocaml-result: Update to 1.3., guix-commits, 2019/04/26
- 03/07: gnu: ocaml-octavius: Update to 1.2.1., guix-commits, 2019/04/26
- 05/07: gnu: ocaml-fpath: Update to 0.7.2., guix-commits, 2019/04/26
- 07/07: gnu: ocaml-integers: Update to 0.3.0., guix-commits, 2019/04/26