From f1078defdac33f7eddb2df2bc65af16ab81b430f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Wed, 22 Dec 2021 02:17:29 +0100 Subject: gnu: ocaml-fpath: Update to 0.7.3. * gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.3. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 22e7437633..e61de171f9 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2551,14 +2551,14 @@ message report is decoupled from logging and is handled by a reporter.") (define-public ocaml-fpath (package (name "ocaml-fpath") - (version "0.7.2") + (version "0.7.3") (source (origin (method url-fetch) (uri (string-append "http://erratique.ch/software/fpath/releases/" "fpath-" version ".tbz")) (sha256 (base32 - "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic")))) + "03z7mj0sqdz465rc4drj1gr88l9q3nfs374yssvdjdyhjbqqzc0j")))) (build-system ocaml-build-system) (arguments `(#:tests? #f -- cgit v1.2.3