gnu: ocaml-ppxlib: Update to 0.25.0.

* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.0.
This commit is contained in:
Julien Lepiller 2022-05-01 09:18:05 +02:00
parent 556ccb4ae1
commit e8a3a1d279
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -5282,7 +5282,7 @@ (define-public ocaml-ppx-derivers
(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 @@ (define-public ocaml-ppxlib
(file-name (git-file-name name version))
(sha256
(base32
"1nkkdvqifa36hxj6msd74ld4dfd749d6d9ygfj7zsm328rqvpqf2"))))
"0wlqvyqy9ccp7z981blv42aqwq7zfq93cakbahjyy48hiiir6vp2"))))
(build-system dune-build-system)
(propagated-inputs
(list ocaml-base