summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-05-01 09:18:05 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:57 +0200
commite8a3a1d2795185e4c3934f1e7fda54c70c7cdf9d (patch)
tree439e109e81b48dba2c0456bc1830dce414c07cdf
parent556ccb4ae16562d200eeb00e4d22fc00fbee7959 (diff)
downloadguix-patches-e8a3a1d2795185e4c3934f1e7fda54c70c7cdf9d.tar
guix-patches-e8a3a1d2795185e4c3934f1e7fda54c70c7cdf9d.tar.gz
gnu: ocaml-ppxlib: Update to 0.25.0.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.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 c9e62e8abe..9083abf02e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5282,7 +5282,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(define-public ocaml-ppxlib
(package
(name "ocaml-ppxlib")
- (version "0.24.0")
+ (version "0.25.0")
(home-page "https://github.com/ocaml-ppx/ppxlib")
(source
(origin
@@ -5293,7 +5293,7 @@ as part of the same ocaml-migrate-parsetree driver.")
(file-name (git-file-name name version))
(sha256
(base32
- "1nkkdvqifa36hxj6msd74ld4dfd749d6d9ygfj7zsm328rqvpqf2"))))
+ "0wlqvyqy9ccp7z981blv42aqwq7zfq93cakbahjyy48hiiir6vp2"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base