python3Packages.peft: 0.18.0 -> 0.18.1 (#479091)

This commit is contained in:
Nick Cao
2026-01-12 21:57:43 +00:00
committed by GitHub
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "peft";
version = "0.18.0";
version = "0.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "peft";
tag = "v${version}";
hash = "sha256-LLV6fMFPh45IvNJv9totMYDoKAkZW/1Bx3qOlDTWMLA=";
hash = "sha256-qlM8yEN/CJZbSAGNCltS4JQSzstVXRVqu47qZbLPVNc=";
};
build-system = [ setuptools ];