mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
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:
parent
137b291095
commit
8e2e722555
1 changed files with 2 additions and 2 deletions
|
@ -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 "."))
|
||||
|
|
Loading…
Reference in a new issue