Merge pull request #265518 from r-ryantm/auto-update/python311Packages.peft

python311Packages.peft: 0.5.0 -> 0.6.0
This commit is contained in:
OTABI Tomoya
2023-11-05 10:45:14 +09:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "peft";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FaD873ksim7ewOI6Wqcv+GuPmH45+yAvbJC1H/DSfI8=";
hash = "sha256-XF7hjPuPoTioVIoiFhaMeyFYjHXmMwPVuJYDrCMUZwo=";
};
nativeBuildInputs = [ setuptools ];