python3Packages.python-bidi: 0.6.6 -> 0.6.7 (#455065)

This commit is contained in:
dotlambda
2025-12-08 04:39:24 +00:00
committed by GitHub
@@ -9,19 +9,19 @@
buildPythonPackage rec {
pname = "python-bidi";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
src = fetchFromGitHub {
owner = "MeirKriheli";
repo = "python-bidi";
tag = "v${version}";
hash = "sha256-8erpcrjAp/1ugPe6cOvjH2CVfy2/hO6xg+cfWWUbj0w=";
hash = "sha256-8LNoQwUOa2pKEviBq24IHihUfhyMoA/IV+sBuFUhHdc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-Oqtva9cTHAcuOXr/uPbqZczDbPVr0zeIEr5p6PoJ610=";
hash = "sha256-27DtYoxd0bPS4A/7HBmuLYCZrG5yu0Tp8jXIBPSrAdc=";
};
buildInputs = [ libiconv ];