guix-patches
[Top][All Lists]
Advanced

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

[bug#50820] [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4.


From: Xinglu Chen
Subject: [bug#50820] [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4.
Date: Sun, 26 Sep 2021 17:30:27 +0200

* gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.4.
[source]: Use HTTPS URL.
---
 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 af0e80c9cb..f75ac939e8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2148,14 +2148,14 @@ (define-public ocaml-calendar
 (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)))

base-commit: c1bc2a43200d6c6016c2a4154799c73c86a54021
-- 
2.33.0








reply via email to

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