mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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:
parent
d1f604c20f
commit
c87661143a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue