guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: ocaml-findlib: Update to 1.9.3.


From: guix-commits
Subject: 04/04: gnu: ocaml-findlib: Update to 1.9.3.
Date: Sun, 6 Feb 2022 15:42:46 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit d0e7bca44239576d16462698b24a77e0dafa31e8
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Feb 6 21:38:42 2022 +0100

    gnu: ocaml-findlib: Update to 1.9.3.
    
    * gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.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 097a67f20b..a93a5bf897 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1273,14 +1273,14 @@ to the other.")
 (define-public ocaml-findlib
   (package
     (name "ocaml-findlib")
-    (version "1.9.1")
+    (version "1.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.camlcity.org/download/";
                                   "findlib" "-" version ".tar.gz"))
               (sha256
                (base32
-                "1qhgk25avmz4l4g47g8jvk0k1g9p9d5hbdrwpz2693a8ajyvhhib"))))
+                "0hfcwamcvinmww59b5i4yxbf0kxyzkp5qv3d1c7ybn9q52vgq463"))))
     (build-system gnu-build-system)
     (native-inputs
      (list m4 ocaml))



reply via email to

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