guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: ocaml-lambda-term: Update to 3.2.0.


From: guix-commits
Subject: 07/08: gnu: ocaml-lambda-term: Update to 3.2.0.
Date: Tue, 1 Mar 2022 18:12:28 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8e2e722555d86ea395523895d39bce94682042ef
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Mar 1 23:52:22 2022 +0100

    gnu: ocaml-lambda-term: Update to 3.2.0.
    
    * gnu/packages/ocaml.scm (ocaml-lambda-term): Update to 3.2.0.
---
 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 bb0f10c59f..dd5556b9f9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4082,7 +4082,7 @@ capabilities, Zed provides macro recording and cursor 
management facilities.")
 (define-public ocaml-lambda-term
   (package
     (name "ocaml-lambda-term")
-    (version "3.1.0")
+    (version "3.2.0")
     (home-page "https://github.com/ocaml-community/lambda-term";)
     (source (origin
               (method git-fetch)
@@ -4092,7 +4092,7 @@ capabilities, Zed provides macro recording and cursor 
management facilities.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k0ykiz0vhpyyj9fkss29ajas4fh1xh449j702xkvayqipzj1mkg"))))
+                "048k26644wq5wlwk0j179dxrxyz9nxqqq4vvhyh6pqpgxdajd44i"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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