python312Packages.peft: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2024-09-25 17:34:15 +00:00
parent efc90c3e0e
commit a75117c275

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peft";
version = "0.12.0";
version = "0.13.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7LYlqWiOPTvQyJgpUZeZ5Wl17RswhYyit0/MaHyN5Ak=";
hash = "sha256-LvAZrMEHzaQie641Xk7vsYRdHfq4eRP0Sr8ancRpW58=";
};
nativeBuildInputs = [ setuptools ];