mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-ppx-tools: Update to 6.5.
* gnu/packages/ocaml.scm (ocaml-ppx-tools): Update to 6.5.
This commit is contained in:
parent
bd9eb9ef27
commit
67a2f6d6d9
1 changed files with 2 additions and 2 deletions
|
@ -2370,7 +2370,7 @@ simple (yet expressive) query language to select the tests to run.")
|
||||||
(define-public ocaml-ppx-tools
|
(define-public ocaml-ppx-tools
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-tools")
|
(name "ocaml-ppx-tools")
|
||||||
(version "6.4")
|
(version "6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2380,7 +2380,7 @@ simple (yet expressive) query language to select the tests to run.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15v7yfv6gyp8lzlgwi9garz10wpg34dk4072jdv19n6v20zfg7n1"))))
|
"0fwibah2hgllrnbdrmfqil5gr5raf6pb5h2zx6zs1h3d4ykvy8k8"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests
|
;; No tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue