guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/54: gnu: ocaml-ppx-let: Update to 0.15.0.


From: guix-commits
Subject: 21/54: gnu: ocaml-ppx-let: Update to 0.15.0.
Date: Sun, 1 May 2022 07:16:05 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 0fe56e5bb2858c12118d61d382cf0c329924c516
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 21:19:08 2022 +0200

    gnu: ocaml-ppx-let: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-let): Update to 0.15.0.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 51310b478c..e9dd46faab 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6170,13 +6170,13 @@ size, the version of the compiler, ...")
 (define-public ocaml-ppx-let
   (package
     (name "ocaml-ppx-let")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (janestreet-origin "ppx_let" version
-                        
"1qcrnd86pbr1di5m6z4ps4p15qawwa02jxwz3xfd82hdbjmdwf1s"))
+                        
"0m9niyiiv3qzv5x8hw0ifxjjzshnmx40dchka9d93mmnx88jqx34"))
     (build-system dune-build-system)
     (propagated-inputs
-     (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib))
+     (list ocaml-base ocaml-migrate-parsetree ocaml-ppxlib ocaml-ppx-here))
     (properties `((upstream-name . "ppx_let")
                   (ocaml4.07-variant . ,(delay ocaml4.07-ppx-let))))
     (home-page "https://github.com/janestreet/ppx_let";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]