guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ocaml-cmdliner: Update to 1.1.1.


From: guix-commits
Subject: 02/02: gnu: ocaml-cmdliner: Update to 1.1.1.
Date: Sat, 7 May 2022 02:16:56 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 513f54dc5d64e82075be33e9cffa5cfdef1b5377
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat May 7 08:15:59 2022 +0200

    gnu: ocaml-cmdliner: Update to 1.1.1.
---
 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 d2308f976b..e6d6bc7a89 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2253,14 +2253,14 @@ dates and times.")
 (define-public ocaml-cmdliner
   (package
     (name "ocaml-cmdliner")
-    (version "1.1.0")
+    (version "1.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://erratique.ch/software/cmdliner/releases/";
                                   "cmdliner-" version ".tbz"))
               (sha256
                (base32
-                "1i5k2bdmkd97g0il9cxfd8praqbvblnq5k3irwp2c9g5fkh9vdca"))))
+                "1yxm4x34cbi06bfld601ds9drlbnyx0797ym3n6yyh4rlz1qgbm1"))))
     (build-system ocaml-build-system)
     (inputs
      (list ocaml-result))



reply via email to

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