guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: ocaml-mtime: Update to 1.3.0.


From: guix-commits
Subject: 04/15: gnu: ocaml-mtime: Update to 1.3.0.
Date: Sat, 20 Nov 2021 11:09:34 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit e46621ca6c90027aabe79b8391773184a163bac9
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 14:20:35 2021 +0100

    gnu: ocaml-mtime: Update to 1.3.0.
    
    * gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.3.0.
---
 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 c67be57..eb63f5f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2105,14 +2105,14 @@ manipulate such data.")
 (define-public ocaml-mtime
   (package
     (name "ocaml-mtime")
-    (version "1.1.0")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://erratique.ch/software/mtime/releases/";
                                   "mtime-" version ".tbz"))
               (sha256
                (base32
-                "1qb4ljwirrc3g8brh97s76rjky2cpmy7zm87y7iqd6pxix52ydk3"))))
+                "0syilgk4nzscacsswnvgwqlf0n0lhs221jss8gc8z9igw2x4sgsq"))))
     (build-system ocaml-build-system)
     (native-inputs
      `(("ocamlbuild" ,ocamlbuild)



reply via email to

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