Diff mercurial-6.2.3 with a mercurial-6.3.2

/usr/portage/dev-vcs/mercurial/mercurial-6.3.2.ebuild 2023-10-09 14:52:31.020368389 +0300
79 79
	num-integer-0.1.44
80 80
	num-traits-0.2.14
81 81
	num_cpus-1.13.0
82
	once_cell-1.14.0
82 83
	opaque-debug-0.3.0
83 84
	ouroboros-0.15.0
84 85
	ouroboros_macro-0.15.0
......
122 123
	tempfile-3.3.0
123 124
	termcolor-1.1.2
124 125
	textwrap-0.11.0
126
	thread_local-1.1.4
125 127
	time-0.1.44
126 128
	twox-hash-1.6.2
127 129
	typenum-1.12.0
......
169 171
		dev-python/pygments[${PYTHON_USEDEP}]
170 172
	)"
171 173

  
174
PATCHES=(
175
	"${FILESDIR}"/${P}-setup-rust-makedirs.patch
176
)
177

  
172 178
SITEFILE="70${PN}-gentoo.el"
173 179

  
174 180
RESTRICT="!test? ( test )"
Thank you!