[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
From: |
guix-commits |
Subject: |
01/03: gnu: ocaml4.07-ppx-let: Make 'properties' an alist. |
Date: |
Sat, 4 Dec 2021 17:04:28 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit f044ffc1c4bab326e310ef742d21900d3f66d071
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 18:24:22 2021 +0100
gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
The incorrect 'properties' value was introduced in
3649c56a5f23501a5bb3418dc6047b71d494f0fa.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an
alist.
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 102348a..cf81533 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6114,7 +6114,7 @@ match expressions, and if expressions.")
(janestreet-origin "ppx_let" version
"1wdfw6w4xbg97a35yg6bif9gggxniy9ddnrjfw1a0inkl2yamxkj"))
- (properties `(upstream-name . "ppx_let")))))
+ (properties `((upstream-name . "ppx_let"))))))
(define-public ocaml4.07-ppx-fail
(package