python3Packages.python-bidi: 0.6.9 -> 0.6.10

This commit is contained in:
R. Ryantm
2026-05-18 07:54:57 +00:00
parent c45cb29917
commit 659d38e4b7
@@ -9,19 +9,19 @@
buildPythonPackage rec {
pname = "python-bidi";
version = "0.6.9";
version = "0.6.10";
pyproject = true;
src = fetchFromGitHub {
owner = "MeirKriheli";
repo = "python-bidi";
tag = "v${version}";
hash = "sha256-fnKaKQz0qMHIXQj6tH8WcoxDk+TASl77VM/0BFEoKag=";
hash = "sha256-IFLuUpOTZgI9KoZmeQKMlNPRQizXuaRhE0k/jk0fZvs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-iUpY/gmbY+wIWwVd2ubMOnE/srBKDLHNchdteMUVmpE=";
hash = "sha256-YW5BSnb4wSCTfQZ4ytiAxDmzrkyDAwTt4T1YzcZeiNY=";
};
buildInputs = [ libiconv ];