gnu: ocaml-lambda-term: Update to 3.2.0.

* gnu/packages/ocaml.scm (ocaml-lambda-term): Update to 3.2.0.
This commit is contained in:
Julien Lepiller 2022-03-01 23:52:22 +01:00
parent 137b291095
commit 8e2e722555
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -4082,7 +4082,7 @@ (define-public ocaml4.07-zed
(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 @@ (define-public ocaml-lambda-term
(file-name (git-file-name name version))
(sha256
(base32
"1k0ykiz0vhpyyj9fkss29ajas4fh1xh449j702xkvayqipzj1mkg"))))
"048k26644wq5wlwk0j179dxrxyz9nxqqq4vvhyh6pqpgxdajd44i"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))