guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-findlib: Update to 1.9.1.


From: guix-commits
Subject: branch master updated: gnu: ocaml-findlib: Update to 1.9.1.
Date: Tue, 21 Dec 2021 18:06:00 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bf8e084  gnu: ocaml-findlib: Update to 1.9.1.
bf8e084 is described below

commit bf8e084d1d19f8c2444d8f6ec3a5cbea28637924
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Dec 22 00:05:12 2021 +0100

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



reply via email to

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