guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ocaml-fpath: Update to 0.7.3.


From: guix-commits
Subject: 02/04: gnu: ocaml-fpath: Update to 0.7.3.
Date: Tue, 21 Dec 2021 20:34:43 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit f1078defdac33f7eddb2df2bc65af16ab81b430f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Dec 22 02:17:29 2021 +0100

    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(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 22e7437..e61de17 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



reply via email to

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