From b2badeeec625fc8b320769ca0f35d79ff2cbe9c6 Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 23 Jul 2025 12:28:53 +0100 Subject: [PATCH] opam: update to 2.4.1 --- srcpkgs/opam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opam/template b/srcpkgs/opam/template index 616eefc7a24..3af92a804b2 100644 --- a/srcpkgs/opam/template +++ b/srcpkgs/opam/template @@ -1,6 +1,6 @@ # Template file for 'opam' pkgname=opam -version=2.4.0 +version=2.4.1 revision=1 build_style=gnu-configure configure_args="--docdir=/usr/share/doc/${pkgname} --with-vendored-deps --with-mccs" @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage="https://opam.ocaml.org/" distfiles="https://github.com/ocaml/opam/releases/download/${version}/opam-full-${version}.tar.gz" -checksum=119f41efb1192dad35f447fbf1c6202ffc331105e949d2980a75df8cb2c93282 +checksum=c4d053029793c714e4e7340b1157428c0f90783585fb17f35158247a640467d9 nocross=yes disable_parallel_build=yes make_check=ci-skip # uses bwrap