guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: ocaml-migrate-parsetree: Update to 2.4.0.


From: guix-commits
Subject: 05/05: gnu: ocaml-migrate-parsetree: Update to 2.4.0.
Date: Sat, 2 Jul 2022 16:26:20 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit c573c79ef34c482bf3c1b691931e0ce781270694
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jul 2 22:24:33 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]