gnu: ocaml-migrate-parsetree: Update to 2.4.0.

* gnu/package/ocaml.scm (ocaml-migrate-parsetree): Update to 2.4.0.
This commit is contained in:
Julien Lepiller 2022-07-02 22:24:33 +02:00
parent b811245168
commit c573c79ef3
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1868,18 +1868,18 @@ (define-public ocaml4.09-csexp
(define-public ocaml-migrate-parsetree
(package
(name "ocaml-migrate-parsetree")
(version "2.3.0")
(version "2.4.0")
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig"))))
"0a1qy0ik36j8hpqxvh3fxf4aibjqax989mihj73jncchv8qv4ynq"))))
(build-system dune-build-system)
(arguments `(#:tests? #f))
(propagated-inputs