From 2c1b06e58978ad380c38d6492563528997bfad5b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 25 Aug 2024 14:42:36 +0200 Subject: [PATCH] opam: update to 2.2.1. --- srcpkgs/opam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/opam/template b/srcpkgs/opam/template index 2eab47f3f26..d03a953fa6d 100644 --- a/srcpkgs/opam/template +++ b/srcpkgs/opam/template @@ -1,6 +1,6 @@ # Template file for 'opam' pkgname=opam -version=2.2.0 +version=2.2.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/archive/refs/tags/${version}.tar.gz" -checksum=f4180f5d1ff8b410de41c6e9373ee8f58767dec483c25504d05b0d215990e5b2 +checksum=87360a13ea9bf2804333efa0e4879f74a560bdacf16591e982d53a5ffbe2cd15 nocross=yes disable_parallel_build=yes make_check=ci-skip # uses bwrap