gnu: ocaml-ppx-fixed-literal: Update to 0.15.0.

* gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): Update to 0.15.0.
This commit is contained in:
Julien Lepiller 2022-04-30 20:58:20 +02:00
parent d1f604c20f
commit c87661143a
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6076,7 +6076,7 @@ (define-public ocaml-ppx-module-timer
(define-public ocaml-ppx-fixed-literal (define-public ocaml-ppx-fixed-literal
(package (package
(name "ocaml-ppx-fixed-literal") (name "ocaml-ppx-fixed-literal")
(version "0.14.0") (version "0.15.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6085,7 +6085,7 @@ (define-public ocaml-ppx-fixed-literal
(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 "0s7rb4dhz4ibhh42a9sfxjj3zbwfyfmaihr92hpdv5j9xqn3n8mi")))) (base32 "10siwcqrqa4gh0mg6fkaby0jjskc01r81pcblc67h3vmbjjh08j9"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:tests? #f)); no tests `(#:tests? #f)); no tests