summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-06-20 12:42:43 +0200
committerJulien Lepiller <julien@lepiller.eu>2021-06-20 13:14:06 +0200
commita211078f992bc5a26eaf787c6b01caa41de67597 (patch)
treef072c02233cd461cf16374eb1a1f52e5deb1ef02 /gnu
parent6e6769dde0a3e613784834aeded53b3aaa2e4cec (diff)
gnu: ocaml-ppxlib: Update to 0.22.1.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.22.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a49ee8370bf..047d504a0a4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5025,7 +5025,7 @@ as part of the same ocaml-migrate-parsetree driver.")
5025(define-public ocaml-ppxlib 5025(define-public ocaml-ppxlib
5026 (package 5026 (package
5027 (name "ocaml-ppxlib") 5027 (name "ocaml-ppxlib")
5028 (version "0.22.0") 5028 (version "0.22.1")
5029 (home-page "https://github.com/ocaml-ppx/ppxlib") 5029 (home-page "https://github.com/ocaml-ppx/ppxlib")
5030 (source 5030 (source
5031 (origin 5031 (origin
@@ -5036,7 +5036,7 @@ as part of the same ocaml-migrate-parsetree driver.")
5036 (file-name (git-file-name name version)) 5036 (file-name (git-file-name name version))
5037 (sha256 5037 (sha256
5038 (base32 5038 (base32
5039 "0kf7lgcwygf6zlx7rwddqpqvasa6v7xiq0bqal8vxlib6lpg074q")))) 5039 "0cpfg634if1py1b2rljk3cagq9gj68dl2gk1kdg76f9rapvl2i4g"))))
5040 (build-system dune-build-system) 5040 (build-system dune-build-system)
5041 (propagated-inputs 5041 (propagated-inputs
5042 `(("ocaml-base" ,ocaml-base) 5042 `(("ocaml-base" ,ocaml-base)