From c573c79ef34c482bf3c1b691931e0ce781270694 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 2 Jul 2022 22:24:33 +0200 Subject: gnu: ocaml-migrate-parsetree: Update to 2.4.0. * gnu/package/ocaml.scm (ocaml-migrate-parsetree): Update to 2.4.0. --- gnu/packages/ocaml.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b8a7e9bdea..ff24861eb0 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1868,18 +1868,18 @@ module of this library is parameterised by the type of S-expressions.") (define-public ocaml-migrate-parsetree (package (name "ocaml-migrate-parsetree") - (version "2.3.0") + (version "2.4.0") (home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree") (source (origin (method git-fetch) (uri (git-reference (url home-page) - (commit (string-append "v" version)))) + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig")))) + "0a1qy0ik36j8hpqxvh3fxf4aibjqax989mihj73jncchv8qv4ynq")))) (build-system dune-build-system) (arguments `(#:tests? #f)) (propagated-inputs -- cgit v1.2.3