guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: ocaml-extlib: Update to 1.7.7.


From: guix-commits
Subject: 03/07: gnu: ocaml-extlib: Update to 1.7.7.
Date: Wed, 3 Jun 2020 14:45:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bb79af865a032f6a2477bfefe49a3e6125439893
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 3 19:59:50 2020 +0200

    gnu: ocaml-extlib: Update to 1.7.7.
    
    * gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.7.
    [source]: Update TLD.
---
 gnu/packages/ocaml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 99f4518..d9ba2ae 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -267,14 +267,14 @@ for building OCaml library and programs.")
 (define-public ocaml-extlib
   (package
     (name "ocaml-extlib")
-    (version "1.7.6")
+    (version "1.7.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://ygrek.org.ua/p/release/ocaml-extlib/";
+              (uri (string-append "https://ygrek.org/p/release/ocaml-extlib/";
                                   "extlib-" version ".tar.gz"))
               (sha256
                (base32
-                "0wfs20v1yj5apdbj7214wdsr17ayh0qqq7ihidndvc8nmmwfa1dz"))))
+                "1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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