Merge pull request #261277 from IreneKnapp/tenacity

tenacity: 1.3.1 -> 1.3.2
This commit is contained in:
K900 2023-10-19 01:46:11 +03:00 committed by GitHub
commit 86dd779e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,14 +49,15 @@
stdenv.mkDerivation rec {
pname = "tenacity";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "tenacityteam";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-wesnay+UQiPSDaRuSo86MgHdElN4s0rPIvokZhKM7GI=";
hash = "sha256-JgmAuCfXP345xgg5jac8Sa0cBSsWJbtoYmVV0DLcIkk=";
};
postPatch = ''