mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-cmdliner: Update to 1.1.1.
This commit is contained in:
parent
fe794295ab
commit
513f54dc5d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue