From 3766b113c3e3f1cbbd076a534583d7d4026d34ab Mon Sep 17 00:00:00 2001
From: Levin Zimmermann <levin.zimmermann@nexedi.com>
Date: Wed, 21 Dec 2022 17:34:47 +0100
Subject: [PATCH] =?UTF-8?q?wendelin.core:=20v=E2=86=91=202.0.alpha2.post2?=
 =?UTF-8?q?=20->=202.0.alpha3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

New WC2 alpha release provides us with various small fixes:

    https://lab.nexedi.com/nexedi/wendelin.core/compare/5e5ad598...7ce0978d

It also prepares upgrading SlapOS go default version to v1.18
(WC2 alpha2 doesn't work with go1.18).

Tests passed: https://erp5js.nexedi.net/#/test_result_module/20221221-5FEF9030

/reviewed-on https://lab.nexedi.com/nexedi/slapos/merge_requests/1309
---
 component/wendelin.core/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component/wendelin.core/buildout.cfg b/component/wendelin.core/buildout.cfg
index 25f5c7245..991076d91 100644
--- a/component/wendelin.core/buildout.cfg
+++ b/component/wendelin.core/buildout.cfg
@@ -50,7 +50,7 @@ CGO_LDFLAGS += -Wl,-rpath=${zlib:location}/lib
 recipe  = slapos.recipe.build:gitclone
 repository = https://lab.nexedi.com/nexedi/wendelin.core.git
 branch   = master
-revision = wendelin.core-2.0.alpha2-2-g3d0f134c
+revision = wendelin.core-2.0.alpha3
 # dir is pretty name as top-level recipe
 location = ${buildout:parts-directory}/wendelin.core
 git-executable = ${git:location}/bin/git
-- 
2.30.9