python3Packages.trl: 0.23.0 -> 0.23.1

This commit is contained in:
R. Ryantm
2025-10-07 14:32:44 +00:00
parent 04bd2c1dba
commit fb1703bd79
@@ -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 = [