[Backport release-26.05] python3Packages.flash-linear-attention: 0.5.0 -> 0.5.1 (#536029)

This commit is contained in:
isabel 2026-06-27 13:30:27 +00:00 committed by GitHub
commit ced7be44b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
buildPythonPackage (finalAttrs: {
pname = "flash-linear-attention";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -30,7 +30,7 @@ buildPythonPackage (finalAttrs: {
owner = "fla-org";
repo = "flash-linear-attention";
tag = "v${finalAttrs.version}";
hash = "sha256-g66yGHaBwEyjb+of76tKTtV/7as/2xQuqcjbGs4E3rU=";
hash = "sha256-vxNbZ+FkxJh2E0TF09Z7ghkm8eas7Q96heeSXwgV4uU=";
};
build-system = [ setuptools ];