Archived
1
0
Fork 0

gnu: ocaml-ppx-typerep-conv: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 21:04:07 +02:00
parent bbdf8dacbf
commit fe940507b1
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6397,7 +6397,7 @@ packages.")
(define-public ocaml-ppx-typerep-conv
(package
(name "ocaml-ppx-typerep-conv")
(version "0.14.2")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -6406,7 +6406,7 @@ packages.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0yk9vkpnwr8labgfncqdi4rfkj88d8mb3cr8m4gdqpi3f2r27hf0"))))
(base32 "1q1lzykpm83ra4l5jh4rfddhd3c96kx4s4rvx0w4b51z1qk56zam"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))