Unverified Commit 13d49460 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.x-transformers: 2.11.24 -> 2.12.2 (#475477)

parents 7234fd21 904f4f0a
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.11.24";
  version = "2.12.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lucidrains";
    repo = "x-transformers";
    tag = version;
    hash = "sha256-dS5i99WuGP/aDPXiNCDq2TmQ9T8RefX7pG5YINs6jHY=";
    hash = "sha256-atokX/99uf0I9rvYLJcSC9rIEgaZHQAUkdhDGY7tHNg=";
  };

  build-system = [ hatchling ];