me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-mtime: Update to 1.3.0.

* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.3.0.
master
Julien Lepiller 2021-11-20 14:20:35 +01:00
parent 63e5e127cb
commit e46621ca6c
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -2105,14 +2105,14 @@ manipulate such data.")
(define-public ocaml-mtime (define-public ocaml-mtime
(package (package
(name "ocaml-mtime") (name "ocaml-mtime")
(version "1.1.0") (version "1.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://erratique.ch/software/mtime/releases/" (uri (string-append "http://erratique.ch/software/mtime/releases/"
"mtime-" version ".tbz")) "mtime-" version ".tbz"))
(sha256 (sha256
(base32 (base32
"1qb4ljwirrc3g8brh97s76rjky2cpmy7zm87y7iqd6pxix52ydk3")))) "0syilgk4nzscacsswnvgwqlf0n0lhs221jss8gc8z9igw2x4sgsq"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(native-inputs (native-inputs
`(("ocamlbuild" ,ocamlbuild) `(("ocamlbuild" ,ocamlbuild)