Unverified Commit de61eae4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.x-transformers: 2.4.14 -> 2.5.6 (#430771)

parents 22324e83 e4c72d07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "x-transformers";
  version = "2.4.14";
  version = "2.5.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lucidrains";
    repo = "x-transformers";
    tag = version;
    hash = "sha256-mKn7w+FJAfNYNBE8ugnJhhj2K1IWpIslr0k4qGpLU6o=";
    hash = "sha256-9PUOPcTm2xvtKV4T2lAGu/3BiQZzSlwo43i0x1gbrAM=";
  };

  build-system = [ hatchling ];