aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 17:54:33 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 18:28:54 +0200
commit7e49538483add98ebf1bcf85be52cadfa492737e (patch)
treed5e84e7c1ef853076c5a2bb70302d4d905910521
parentb858c5ac3911eacf5961809216737ac557e4aa63 (diff)
downloadguix-7e49538483add98ebf1bcf85be52cadfa492737e.tar
guix-7e49538483add98ebf1bcf85be52cadfa492737e.tar.gz
gnu: ocaml-fpath: Update to 0.7.2.
* gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.2.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 512c9141e1..379dd624c6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1910,14 +1910,14 @@ message report is decoupled from logging and is handled by a reporter.")
(define-public ocaml-fpath
(package
(name "ocaml-fpath")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method url-fetch)
(uri (string-append "http://erratique.ch/software/fpath/releases/"
"fpath-" version ".tbz"))
(sha256
(base32
- "05134ij27xjl6gaqsc65yl19vfj6cjxq3mbm9bf4mija8grdpn6g"))))
+ "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f