python3Packages.x-transformers: 2.10.2 -> 2.11.23

This commit is contained in:
R. Ryantm 2025-11-08 19:55:53 +00:00
parent 8d35636e60
commit c34c2e3c0f

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "x-transformers";
version = "2.10.2";
version = "2.11.23";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "x-transformers";
tag = version;
hash = "sha256-7tlaq1/2S1uVlhZud/6Nnuf/oopHe88HHq69TUuKITo=";
hash = "sha256-DkJTP5Y7zObnbJ0PlY/pqw/gHU697ctNgQ99yyTXv+A=";
};
build-system = [ hatchling ];