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

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

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
Gabriel Hondet 2019-02-01 09:49:20 +01:00 committed by Julien Lepiller
parent 625a3daa12
commit b2c2c415c5
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 14 additions and 14 deletions

View File

@ -1419,24 +1419,24 @@ following a very simple s-expression syntax.")
(define-public ocaml-migrate-parsetree (define-public ocaml-migrate-parsetree
(package (package
(name "ocaml-migrate-parsetree") (name "ocaml-migrate-parsetree")
(version "1.1.0") (version "1.2.0")
(source (origin (home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(method url-fetch) (source
(uri (string-append "https://github.com/ocaml-ppx/" (origin
"ocaml-migrate-parsetree/releases/download/v" (method git-fetch)
version "/ocaml-migrate-parsetree-" (uri (git-reference
version ".tbz")) (url (string-append home-page ".git"))
(sha256 (commit (string-append "v" version))))
(base32 (sha256
"01zjp1q4hryqaxv4apkjd868fycz2kf887r6lkb6x2a545h1lh7f")))) (base32
"16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f))
#:jbuild? #t))
(propagated-inputs (propagated-inputs
`(("ocamlbuild" ,ocamlbuild) `(("ocaml-ppx-derivers" ,ocaml-ppx-derivers)
("ocamlbuild" ,ocamlbuild)
("ocaml-result" ,ocaml-result))) ("ocaml-result" ,ocaml-result)))
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(synopsis "OCaml parsetree convertor") (synopsis "OCaml parsetree convertor")
(description "This library converts between parsetrees of different OCaml (description "This library converts between parsetrees of different OCaml
versions. For each version, there is a snapshot of the parsetree and conversion versions. For each version, there is a snapshot of the parsetree and conversion