guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: ocaml-migrate-parsetree: Update to 2.2.0.


From: guix-commits
Subject: 07/08: gnu: ocaml-migrate-parsetree: Update to 2.2.0.
Date: Thu, 7 Oct 2021 21:32:16 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 76177e816af239e32f9df7a2e764a7a1084cfc00
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Tue Sep 28 21:18:05 2021 +0200

    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>
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 64bb8e9..dde02f2 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1784,7 +1784,7 @@ module of this library is parameterised by the type of 
S-expressions.")
 (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 @@ module of this library is parameterised by the type of 
S-expressions.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1cpgdqcs624nd1p271ddakgyibl0ia4f6dzivnz9qdwszsinwr89"))))
+         "0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs



reply via email to

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