python3Packages.trl: 0.25.0 -> 0.25.1

This commit is contained in:
R. Ryantm
2025-11-18 13:00:45 +00:00
parent 0e828da53c
commit f520d68d73
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.25.0";
version = "0.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-XEutF+uN1UCOYmaYsKXSOvX5QMhIeUfHGEwEnhOvimA=";
hash = "sha256-f7XCrARel9DEJPe+oiGFyoaKY7jSvHo9YtQS0OWQ76s=";
};
build-system = [