python3Packages.x-transformers: 2.3.12 -> 2.4.14 (#423659)

authored by jopejoe1 and committed by GitHub 99b46361 9c8d70e8

+2 -2
+2 -2
pkgs/development/python-modules/x-transformers/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "x-transformers"; 22 - version = "2.3.12"; 22 + version = "2.4.14"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "lucidrains"; 27 27 repo = "x-transformers"; 28 28 tag = version; 29 - hash = "sha256-RPfAeSTQ2mkbuuuoQb003+ca+1RYbbYIqnvtna0NYZY="; 29 + hash = "sha256-mKn7w+FJAfNYNBE8ugnJhhj2K1IWpIslr0k4qGpLU6o="; 30 30 }; 31 31 32 32 build-system = [ hatchling ];