gnu: ocaml-ppx-derivers: Update to 1.2.1.
* gnu/packages/ocaml.scm (ocaml-ppx-derivers): Update to 1.2.1.
This commit is contained in:
parent
1e8439de27
commit
1e5937c8c0
|
@ -3857,7 +3857,7 @@ a more consistent API.")
|
||||||
(define-public ocaml-ppx-derivers
|
(define-public ocaml-ppx-derivers
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-derivers")
|
(name "ocaml-ppx-derivers")
|
||||||
(version "1.2")
|
(version "1.2.1")
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/ocaml-ppx/ppx_derivers")
|
"https://github.com/ocaml-ppx/ppx_derivers")
|
||||||
(source
|
(source
|
||||||
|
@ -3869,7 +3869,7 @@ a more consistent API.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bnhihl1w31as5w2czly1v3d6pbir9inmgsjg2cj6aaj9v1dzd85"))))
|
"0yqvqw58hbx1a61wcpbnl9j30n495k23qmyy2xwczqs63mn2nkpn"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;no tests
|
'(#:tests? #f)) ;no tests
|
||||||
|
|
Loading…
Reference in New Issue