From 513f54dc5d64e82075be33e9cffa5cfdef1b5377 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 7 May 2022 08:15:59 +0200 Subject: [PATCH] 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 @@ (define-public ocaml-calendar (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))