summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-03-01 23:52:22 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-03-02 00:12:03 +0100
commit8e2e722555d86ea395523895d39bce94682042ef (patch)
treee4ee4c2edfcc617765bf7b618010e74e0d75ffac
parent137b291095eff03f1c559e449cd675668f09e197 (diff)
downloadguix-patches-8e2e722555d86ea395523895d39bce94682042ef.tar
guix-patches-8e2e722555d86ea395523895d39bce94682042ef.tar.gz
gnu: ocaml-lambda-term: Update to 3.2.0.
* gnu/packages/ocaml.scm (ocaml-lambda-term): Update to 3.2.0.
-rw-r--r--gnu/packages/ocaml.scm4
1 files 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 "."))