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 @@ module of this library is parameterised by the type of S-expressions.")
(define-public ocaml-migrate-parsetree (define-public ocaml-migrate-parsetree
(package (package
(name "ocaml-migrate-parsetree") (name "ocaml-migrate-parsetree")
(version "2.2.0") (version "2.3.0")
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree") (home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(source (source
(origin (origin
@ -1830,7 +1830,7 @@ module of this library is parameterised by the type of S-expressions.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6")))) "1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(propagated-inputs (propagated-inputs