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>master
parent
6e6769dde0
commit
a211078f99
|
@ -5025,7 +5025,7 @@ as part of the same ocaml-migrate-parsetree driver.")
|
||||||
(define-public ocaml-ppxlib
|
(define-public ocaml-ppxlib
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppxlib")
|
(name "ocaml-ppxlib")
|
||||||
(version "0.22.0")
|
(version "0.22.1")
|
||||||
(home-page "https://github.com/ocaml-ppx/ppxlib")
|
(home-page "https://github.com/ocaml-ppx/ppxlib")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -5036,7 +5036,7 @@ as part of the same ocaml-migrate-parsetree driver.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kf7lgcwygf6zlx7rwddqpqvasa6v7xiq0bqal8vxlib6lpg074q"))))
|
"0cpfg634if1py1b2rljk3cagq9gj68dl2gk1kdg76f9rapvl2i4g"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-base" ,ocaml-base)
|
`(("ocaml-base" ,ocaml-base)
|
||||||
|
|
Reference in New Issue