[PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Arnaud Daby-Seesaram
Owner
unassigned
Submitted by
Arnaud Daby-Seesaram
Severity
normal

Debbugs page

Arnaud Daby-Seesaram wrote 12 months ago
(address . guix-patches@gnu.org)(name . Arnaud Daby-Seesaram)(address . ds-ac@nanein.fr)
34fbde7607f5cc35c04d80d01f883637545d3d8e.1710683827.git.ds-ac@nanein.fr
* gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.2.0.

Change-Id: I1339d4bbd6b09800a8597f85b4bee40db0dd4ad2
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8fde7d1dc3..640d36b971 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2635,14 +2635,14 @@ (define-public ocaml-calendar
(define-public ocaml-cmdliner
(package
(name "ocaml-cmdliner")
- (version "1.1.1")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://erratique.ch/software/cmdliner/releases/"
"cmdliner-" version ".tbz"))
(sha256
(base32
- "1yxm4x34cbi06bfld601ds9drlbnyx0797ym3n6yyh4rlz1qgbm1"))))
+ "0y00vnlk3nim8bh4gvimdpg71gp22z3b35sfyvb4yf98j1c11vdg"))))
(build-system ocaml-build-system)
(inputs
(list ocaml-result))
--
2.41.0
Arnaud Daby-Seesaram wrote 12 months ago
Re: bug#69849: Acknowledgement ([PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0.)
(address . 69849-done@debbugs.gnu.org)
87edc8nc3w.fsf@nanein.fr
Apologies, this issue was opened by mistake, closing.

--
Arnaud
-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEEMgqfJ4U0fby1t860ojLKXoMTiAwFAmX3A/MQHGRzLWFjQG5h
bmVpbi5mcgAKCRCiMspegxOIDHehD/9wVWM1Qxljc9yT/zYHsFhu35JnSKc2cKC+
xHvO07ZrOWL6zyNuqXxiU5oboOb8HFXBFhAzkuCbxZ2DBklYYxe4k6BlFFBPnLeY
2wpqh8R8jshRsMhbDE6rBZcve1lZnuoWlUbAB5rgyxezOrm5ymvr854KQFHl56jb
4vG22Ps0Y2SzPKueSAVGhWEAsKELc4392p7TMMBrnJz8xoX6sRyFJTBob+fraHMi
hVRbEzKz+mT63n1ykP7++hRdJJiIq/p0ADGN6xrJx55CqSuxfLDySXns0w0fVUfz
UHQO2TRin0g9Bffs60/tQTmrFmOjHMPSGUKlirlTxUSofyu3/PagpG7APEiDvJah
7cQjVYsZBjdu4HQt3NaHEq0dPB5oBwbliBQwxtd1zhV56uzcr8GdUQRn5Y8O4nr5
KMkxD6gM8rIacJRKLv4aTw1UlNxPGVMuvsjdaOgipY5wBwjFyQ8fYy3YzZIKxYpR
GEq3CSH/ZUE5QzSvebj8TUk63pgILq/Pqr46muC7u7QflL1egbSwK2mIkAG11LHR
2L9ZlGVn80r5/H9GJEyAMTfdxCdtzrd1KvH3ds9YEZklGbtUbupIhLQstbiHg1TY
BN7I0B72zdHcf34myikWWFPZboxZzWq991T0+pM8Rio6ta1x+uGfLWv/qT+H09/l
4Nk0oPcJJA==
=TDYR
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69849@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69849
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help