summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-10 15:52:21 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-10 16:19:43 +0100
commit9aa69b37c07b45c04f4bd3619936413ad24f40c2 (patch)
tree1902fd04e1d451e0065d708ecb5d2c52e0d7f8f5
parentf97fe92b570b01ed1b03abd4f3ec89bf20ebc9db (diff)
downloadguix-patches-9aa69b37c07b45c04f4bd3619936413ad24f40c2.tar
guix-patches-9aa69b37c07b45c04f4bd3619936413ad24f40c2.tar.gz
gnu: ocaml-ppxlib: Update to 0.24.0.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.24.0.
-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 d0cfafbab4..d65e6a26c4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5227,7 +5227,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(define-public ocaml-ppxlib
(package
(name "ocaml-ppxlib")
- (version "0.23.0")
+ (version "0.24.0")
(home-page "https://github.com/ocaml-ppx/ppxlib")
(source
(origin
@@ -5238,7 +5238,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jg5v4pssbl66hn5davpin1i57a0r3r54l96vpz5y99xk5w70xi1"))))
+ "1nkkdvqifa36hxj6msd74ld4dfd749d6d9ygfj7zsm328rqvpqf2"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base