GNU bug report logs - #69847
[PATCH 0/9] Update a few OCaml-related packages

Previous Next

Package: guix-patches;

Reported by: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>

Date: Sun, 17 Mar 2024 13:59:02 UTC

Severity: normal

Tags: patch

Done: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 69847 <at> debbugs.gnu.org (full text, mbox):

From: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
To: 69847 <at> debbugs.gnu.org
Cc: Arnaud Daby-Seesaram <ds-ac <at> nanein.fr>
Subject: [PATCH 4/9] gnu: ocaml-cmdliner: Update to 1.2.0.
Date: Sun, 17 Mar 2024 15:56:56 +0100
* 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(-)

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





This bug report was last modified 186 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.