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:
parent
85b23e64e2
commit
ae08819ca5
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue