python3Packages.x-transformers: 2.3.1 -> 2.3.5 (#408990)

This commit is contained in:
Nick Cao
2025-05-20 20:59:46 -04:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.3.1";
version = "2.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-c2bY0syB7p7FEtY5pHB8XiAjSnuFiKu9B2jMZ1S2Sso=";
hash = "sha256-doMAq55c12xLpTaWptfNclnGoCnvdtz90XUI3m1rzPA=";
};
build-system = [ hatchling ];