python3Packages.trl: 0.23.0 -> 0.23.1 (#449528)

This commit is contained in:
Fabian Affolter
2025-10-08 07:52:49 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.23.0";
version = "0.23.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-LHBFcf1araJ9Eosrr2z87HrRt5en1jIZ9C9pjqi9Nik=";
hash = "sha256-Zqc9hdi0r4F5/e5SV8ZiY8/x/xHOEQDZ/Rv9G/Dh1zM=";
};
build-system = [