python3Packages.trl: 0.23.1 -> 0.24.0

This commit is contained in:
R. Ryantm
2025-10-19 21:59:52 +00:00
parent 2148f2908a
commit c64d33da44
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.23.1";
version = "0.24.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-Zqc9hdi0r4F5/e5SV8ZiY8/x/xHOEQDZ/Rv9G/Dh1zM=";
hash = "sha256-t0wOuEKlcZzFlQeS4PYHykFsz+43hYc0gJ9u4emr8HI=";
};
build-system = [