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

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

parents cbcbe3d5 e9c3bcc8
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.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 ];