mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
14f9caf9de
commit
76177e816a
1 changed files with 2 additions and 2 deletions
|
@ -1784,7 +1784,7 @@ (define-public ocaml4.09-csexp
|
|||
(define-public ocaml-migrate-parsetree
|
||||
(package
|
||||
(name "ocaml-migrate-parsetree")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1795,7 +1795,7 @@ (define-public ocaml-migrate-parsetree
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cpgdqcs624nd1p271ddakgyibl0ia4f6dzivnz9qdwszsinwr89"))))
|
||||
"0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue