mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-mtime: Update to 1.3.0.
* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.3.0.
This commit is contained in:
parent
63e5e127cb
commit
e46621ca6c
1 changed files with 2 additions and 2 deletions
|
@ -2105,14 +2105,14 @@ (define-public ocaml-csv
|
|||
(define-public ocaml-mtime
|
||||
(package
|
||||
(name "ocaml-mtime")
|
||||
(version "1.1.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://erratique.ch/software/mtime/releases/"
|
||||
"mtime-" version ".tbz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qb4ljwirrc3g8brh97s76rjky2cpmy7zm87y7iqd6pxix52ydk3"))))
|
||||
"0syilgk4nzscacsswnvgwqlf0n0lhs221jss8gc8z9igw2x4sgsq"))))
|
||||
(build-system ocaml-build-system)
|
||||
(native-inputs
|
||||
`(("ocamlbuild" ,ocamlbuild)
|
||||
|
|
Loading…
Reference in a new issue