guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: ocaml-fpath: Update to 0.7.2.


From: guix-commits
Subject: 05/07: gnu: ocaml-fpath: Update to 0.7.2.
Date: Fri, 26 Apr 2019 12:29:44 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7e49538483add98ebf1bcf85be52cadfa492737e
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 17:54:33 2019 +0200

    gnu: ocaml-fpath: Update to 0.7.2.
    
    * gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.2.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 512c914..379dd62 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]