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

python3Packages.x-transformers: 2.9.2 -> 2.10.2 (#454924)

parents 61bea93f 4780060c
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.9.2";
  version = "2.10.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lucidrains";
    repo = "x-transformers";
    tag = version;
    hash = "sha256-JxIcEGR28VxsosKsEFLpttT9JMeGwcJxjZiDXRhTv/o=";
    hash = "sha256-7tlaq1/2S1uVlhZud/6Nnuf/oopHe88HHq69TUuKITo=";
  };

  build-system = [ hatchling ];