all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50820] [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4.
@ 2021-09-26 15:30 Xinglu Chen
  2021-10-08  2:41 ` bug#50820: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-26 15:30 UTC (permalink / raw)
  To: 50820

* 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







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50820: [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4.
  2021-09-26 15:30 [bug#50820] [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4 Xinglu Chen
@ 2021-10-08  2:41 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-10-08  2:41 UTC (permalink / raw)
  To: 50820-done

Pushed to master as 52e9a8f581998cfcaffcc9311ad9d0325a9b13c9, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 15:30 [bug#50820] [PATCH] gnu: ocaml-cmdliner: Update to 1.0.4 Xinglu Chen
2021-10-08  2:41 ` bug#50820: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.