Unverified Commit e2c7222d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.x-transformers: 2.7.6 -> 2.8.2 (#448449)

parents 1ca3329c 2fd2b96c
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.7.6";
  version = "2.8.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lucidrains";
    repo = "x-transformers";
    tag = version;
    hash = "sha256-AC/EyF/W9CM9Kjb94fDMSAxktfdZito/ZGB6lQABYvU=";
    hash = "sha256-ItMa5CPe53g9XlB2LZsdQJ3s0m0oF6ZQnAInajZeq/w=";
  };

  build-system = [ hatchling ];