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

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.2.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Xinglu Chen 2021-09-28 21:18:05 +02:00 committed by Julien Lepiller
parent 14f9caf9de
commit 76177e816a
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1784,7 +1784,7 @@ (define-public ocaml4.09-csexp
(define-public ocaml-migrate-parsetree (define-public ocaml-migrate-parsetree
(package (package
(name "ocaml-migrate-parsetree") (name "ocaml-migrate-parsetree")
(version "2.1.0") (version "2.2.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
@ -1795,7 +1795,7 @@ (define-public ocaml-migrate-parsetree
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cpgdqcs624nd1p271ddakgyibl0ia4f6dzivnz9qdwszsinwr89")))) "0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(propagated-inputs (propagated-inputs