[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ocaml-lwt-log: Update to 1.1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ocaml-lwt-log: Update to 1.1.2. |
Date: |
Sun, 18 Sep 2022 12:49:58 -0400 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7934b12ca5 gnu: ocaml-lwt-log: Update to 1.1.2.
7934b12ca5 is described below
commit 7934b12ca5d9d76564dc18654ae8aef046225556
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Sep 18 18:46:58 2022 +0200
gnu: ocaml-lwt-log: Update to 1.1.2.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Update to 1.1.2.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 89dcb1d60a..b94c565ba6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2701,7 +2701,7 @@ module Unix.")
(define-public ocaml-lwt-log
(package
(name "ocaml-lwt-log")
- (version "1.1.1")
+ (version "1.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2710,7 +2710,7 @@ module Unix.")
(file-name (git-file-name name version))
(sha256
(base32
- "1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
+ "0mbv5l9gj09jd1c4lr2axcl4v043ipmhjd9xrk27l4hylzfc6d1q"))))
(build-system dune-build-system)
(arguments
`(#:tests? #f)); require lwt_ppx
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ocaml-lwt-log: Update to 1.1.2.,
guix-commits <=