mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: ocaml-ppx-module-timer: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-module-timer): Update to 0.15.0.
This commit is contained in:
parent
0fe56e5bb2
commit
b45833f512
1 changed files with 2 additions and 2 deletions
|
@ -6051,7 +6051,7 @@ (define-public ocaml4.07-ppx-pipebang
|
||||||
(define-public ocaml-ppx-module-timer
|
(define-public ocaml-ppx-module-timer
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-module-timer")
|
(name "ocaml-ppx-module-timer")
|
||||||
(version "0.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6060,7 +6060,7 @@ (define-public ocaml-ppx-module-timer
|
||||||
(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 "163q1rpblwv82fxwyf0p4j9zpsj0jzvkfmzb03r0l49gqhn89mp6"))))
|
(base32 "0lzi5hxi10p89ddqbrc667267f888kqslal76gfhmszyk60n20av"))))
|
||||||
(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