python313Packages.python-bidi: 0.6.0 -> 0.6.6

https://github.com/MeirKriheli/python-bidi/compare/refs/tags/v0.6.0...v0.6.6
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:42 +02:00
parent f7eb001a2f
commit 0dbe39e8ac
@@ -9,20 +9,20 @@
buildPythonPackage rec {
pname = "python-bidi";
version = "0.6.0";
version = "0.6.6";
pyproject = true;
src = fetchFromGitHub {
owner = "MeirKriheli";
repo = "python-bidi";
tag = "v${version}";
hash = "sha256-LrXt9qaXfy8Rn9HjU4YSTFT4WsqzwCgh0flcxXOTF6E=";
hash = "sha256-8erpcrjAp/1ugPe6cOvjH2CVfy2/hO6xg+cfWWUbj0w=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
hash = "sha256-4uNdglNaOpIX55xWTr7GkzhjgcyqOTUz4KUGy1fJx4A=";
hash = "sha256-Oqtva9cTHAcuOXr/uPbqZczDbPVr0zeIEr5p6PoJ610=";
};
buildInputs = [ libiconv ];