guix-patches
[Top][All Lists]
Advanced

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

[bug#47768] [PATCH 10/37] gnu: ocaml-migrate-parsetree: Update to 1.8.0.


From: pukkamustard
Subject: [bug#47768] [PATCH 10/37] gnu: ocaml-migrate-parsetree: Update to 1.8.0.
Date: Wed, 14 Apr 2021 11:12:36 +0200

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.8.0.
---
 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 1f47fc4de3..ab9198c3c6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1771,7 +1771,7 @@ module of this library is parameterised by the type of 
S-expressions.")
 (define-public ocaml-migrate-parsetree
   (package
     (name "ocaml-migrate-parsetree")
-    (version "1.7.3")
+    (version "1.8.0")
     (home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree";)
     (source
      (origin
@@ -1782,7 +1782,7 @@ module of this library is parameterised by the type of 
S-expressions.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0336vz0galjnsazbmkxjwdv1qvdqsx2rgrvp778xgq2fzasz45cx"))))
+         "16x8sxc4ygxrr1868qpzfqyrvjf3hfxvjzmxmf6ibgglq7ixa2nq"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f))
-- 
2.31.1






reply via email to

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