opam-publish: 2.3.0 → 2.3.1

This commit is contained in:
Vincent Laporte 2024-07-24 08:01:17 +02:00 committed by Vincent Laporte
parent 8d839aa809
commit 95e11ca0a9

View File

@ -15,17 +15,15 @@ in
buildDunePackage rec {
pname = "opam-publish";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "ocaml-opam";
repo = pname;
rev = version;
sha256 = "sha256-CiZOljFBUUC3ExGSzzTATGqmxKjbzjRlL4aaL/fx9zI=";
hash = "sha256-ll6G9L7zAw53R7FxvZDBL300b+YElzpBygbiIWB3FUU=";
};
duneVersion = "3";
buildInputs = [
cmdliner
lwt_ssl