gnu: ocaml-ppx-stable: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-stable): Update to 0.15.0.master
parent
85b23e64e2
commit
ae08819ca5
|
@ -6481,7 +6481,7 @@ from type definitions.")
|
||||||
(define-public ocaml-ppx-stable
|
(define-public ocaml-ppx-stable
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-stable")
|
(name "ocaml-ppx-stable")
|
||||||
(version "0.14.1")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6490,7 +6490,7 @@ from type definitions.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sp1kn23qr0pfypa4ilvhqq5y11y13xpfygfl582ra9kik5xqfa1"))))
|
(base32 "1as0v0x8c9ilyhngax55lvwyyi4a2wshyan668v0f2s1608cwb1l"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"))
|
`(#:test-target "tests"))
|
||||||
|
|
Reference in New Issue