me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-ppx-stable): Update to 0.15.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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"))