roptat pushed a commit to branch master
in repository guix.

commit 52e9a8f581998cfcaffcc9311ad9d0325a9b13c9
Author: Xinglu Chen <[email protected]>
AuthorDate: Sun Sep 26 17:30:27 2021 +0200

    gnu: ocaml-cmdliner: Update to 1.0.4.
    
    * gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.4.
    [source]: Use HTTPS URL.
    
    Signed-off-by: Julien Lepiller <[email protected]>
---
 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 e2ded13..c815caf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2148,14 +2148,14 @@ dates and times.")
 (define-public ocaml-cmdliner
   (package
     (name "ocaml-cmdliner")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"http://erratique.ch/software/cmdliner/releases/";
+              (uri (string-append 
"https://erratique.ch/software/cmdliner/releases/";
                                   "cmdliner-" version ".tbz"))
               (sha256
                (base32
-                "0g3w4hvc1cx9x2yp5aqn6m2rl8lf9x1dn754hfq8m1sc1102lxna"))))
+                "1h04q0zkasd0mw64ggh4y58lgzkhg6yhzy60lab8k8zq9ba96ajw"))))
     (build-system ocaml-build-system)
     (inputs
      `(("ocaml-result" ,ocaml-result)))

Reply via email to