diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-03-01 23:52:22 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-03-02 00:12:03 +0100 |
commit | 8e2e722555d86ea395523895d39bce94682042ef (patch) | |
tree | e4ee4c2edfcc617765bf7b618010e74e0d75ffac /gnu/packages | |
parent | 137b291095eff03f1c559e449cd675668f09e197 (diff) | |
download | guix-8e2e722555d86ea395523895d39bce94682042ef.tar.gz guix-8e2e722555d86ea395523895d39bce94682042ef.zip |
gnu: ocaml-lambda-term: Update to 3.2.0.
* gnu/packages/ocaml.scm (ocaml-lambda-term): Update to 3.2.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
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 ".")) |