python310Packages.peft: 0.2.0 -> 0.3.0

This commit is contained in:
Ben Darwin 2023-05-13 15:23:13 -04:00
parent 27a64a90b7
commit b941d848b5

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peft";
version = "0.2.0";
version = "0.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NPpY29HMQe5KT0JdlLAXY9MVycDslbP2i38NSTirB3I=";
hash = "sha256-7j//SDuld2ANxEcG4R0rK5vEaTX7gQwWRH56PO2KqAY=";
};
nativeBuildInputs = [ setuptools ];