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

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.0.
This commit is contained in:
Julien Lepiller 2021-12-10 02:33:15 +01:00
parent 6e06846c9d
commit 94226686fe
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1819,7 +1819,7 @@ (define-public ocaml4.09-csexp
(define-public ocaml-migrate-parsetree
(package
(name "ocaml-migrate-parsetree")
(version "2.2.0")
(version "2.3.0")
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(source
(origin
@ -1830,7 +1830,7 @@ (define-public ocaml-migrate-parsetree
(file-name (git-file-name name version))
(sha256
(base32
"0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
"1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig"))))
(build-system dune-build-system)
(arguments `(#:tests? #f))
(propagated-inputs