[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: ocaml-lwt-log: Update to 1.1.1.
From: |
guix-commits |
Subject: |
04/10: gnu: ocaml-lwt-log: Update to 1.1.1. |
Date: |
Wed, 4 Sep 2019 17:09:21 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 72b2e2ea7a546b09a66d36260fcc60cae70a0151
Author: Julien Lepiller <address@hidden>
Date: Wed Sep 4 22:31:29 2019 +0200
gnu: ocaml-lwt-log: Update to 1.1.1.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Update to 1.1.1.
[source]: Use git-fetch.
---
gnu/packages/ocaml.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0fef795..493542d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1870,15 +1870,16 @@ locks or other synchronization primitives.")
(define-public ocaml-lwt-log
(package
(name "ocaml-lwt-log")
- (version "1.1.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/aantron/lwt_log/archive/"
version
- ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256 (base32
- "1lr62j2266pbsi54xmzsfvl2z7fi7smhak7fp1ybl8hssxwi6in2"))))
+ (version "1.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aantron/lwt_log")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
(build-system dune-build-system)
(arguments
`(#:tests? #f; require lwt_ppx
- branch master updated (11d73fb -> ce50277), guix-commits, 2019/09/04
- 07/10: gnu: opam: Update to 2.0.5., guix-commits, 2019/09/04
- 03/10: gnu: ocaml-biniou: Update to 1.2.1., guix-commits, 2019/09/04
- 08/10: gnu: ocaml-ssl: Update to 0.5.9., guix-commits, 2019/09/04
- 09/10: gnu: ocaml-frontc: Update to 3.4.2., guix-commits, 2019/09/04
- 02/10: import: opam: Use propagated-inputs instead of inputs., guix-commits, 2019/09/04
- 06/10: gnu: ocaml-stringext: Update to 1.6.0., guix-commits, 2019/09/04
- 04/10: gnu: ocaml-lwt-log: Update to 1.1.1.,
guix-commits <=
- 01/10: import: opam: Remove initial "v" in some version numbers., guix-commits, 2019/09/04
- 10/10: gnu: ocaml-easy-format: Update to 1.3.2., guix-commits, 2019/09/04
- 05/10: gnu: ocaml-markup: Update to 0.8.1., guix-commits, 2019/09/04