gnu: ocaml-ppx-stable: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-stable): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-05-01 11:10:22 +02:00
parent 85b23e64e2
commit ae08819ca5
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6481,7 +6481,7 @@ (define-public ocaml-ppx-string
(define-public ocaml-ppx-stable
(package
(name "ocaml-ppx-stable")
(version "0.14.1")
(version "0.15.0")
(source
(origin
(method git-fetch)
@ -6490,7 +6490,7 @@ (define-public ocaml-ppx-stable
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1sp1kn23qr0pfypa4ilvhqq5y11y13xpfygfl582ra9kik5xqfa1"))))
(base32 "1as0v0x8c9ilyhngax55lvwyyi4a2wshyan668v0f2s1608cwb1l"))))
(build-system dune-build-system)
(arguments
`(#:test-target "tests"))