python3Packages.trl: 0.20.0 -> 0.21.0

This commit is contained in:
R. Ryantm
2025-08-27 22:59:16 +02:00
committed by Hugo Herter
parent 2263617fbe
commit ca7b56662f
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.20.0";
version = "0.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-z14refdNySnKcfFq54l+slsi4SLe5FG8UNoAKxfmAy0=";
hash = "sha256-9jbbbiGa/2NqHKe9rxDRyzfaWyy7tsoeHaMlpg0Oxk0=";
};
build-system = [