all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50875] [PATCH] gnu: ocaml-migrate-parsetree: Update to 2.2.0.
@ 2021-09-28 19:18 Xinglu Chen
  2021-10-08  2:45 ` bug#50875: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-28 19:18 UTC (permalink / raw)
  To: 50875

* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.2.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 e30bd2f613..465e37d6a7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1784,7 +1784,7 @@ (define-public ocaml4.09-csexp
 (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 @@ (define-public ocaml-migrate-parsetree
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1cpgdqcs624nd1p271ddakgyibl0ia4f6dzivnz9qdwszsinwr89"))))
+         "0midpqjw53b5gx2zbkxs2hqrvh12y8n5681indficp9h3zr822l6"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs

base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50875: [PATCH] gnu: ocaml-migrate-parsetree: Update to 2.2.0.
  2021-09-28 19:18 [bug#50875] [PATCH] gnu: ocaml-migrate-parsetree: Update to 2.2.0 Xinglu Chen
@ 2021-10-08  2:45 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-10-08  2:45 UTC (permalink / raw)
  To: 50875-done

Pushed to master as 76177e816af239e32f9df7a2e764a7a1084cfc00, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  2:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 19:18 [bug#50875] [PATCH] gnu: ocaml-migrate-parsetree: Update to 2.2.0 Xinglu Chen
2021-10-08  2:45 ` bug#50875: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.