[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: ocaml-migrate-parsetree: Update to 2.3.0.
From: |
guix-commits |
Subject: |
04/05: gnu: ocaml-migrate-parsetree: Update to 2.3.0. |
Date: |
Fri, 10 Dec 2021 06:52:26 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 94226686fe93d6a3cdd2000df00f6efe347d37f5
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Dec 10 02:33:15 2021 +0100
gnu: ocaml-migrate-parsetree: Update to 2.3.0.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.3.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 e293c33..0aea796 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1819,7 +1819,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.2.0")
+ (version "2.3.0")
(home-page "https://github.com/ocaml-ppx/ocaml-migrate-parsetree")
(source
(origin
@@ -1830,7 +1830,7 @@ module of this library is parameterised by the type of
S-expressions.")
(file-name (git-file-name name version))
(sha256
(base32
- "0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
+ "1nqmhsc72xmgm865nn8q0hngklhvqav281hgnx1gf5ns49a0n3ig"))))
(build-system dune-build-system)
(arguments `(#:tests? #f))
(propagated-inputs