python3Packages.flashinfer: 0.2.5 -> 0.2.9

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:27 +02:00
parent d1edb8bda4
commit 7d11f5e510
@@ -19,13 +19,13 @@
let
pname = "flashinfer";
version = "0.2.5";
version = "0.2.9";
src_cutlass = fetchFromGitHub {
owner = "NVIDIA";
repo = "cutlass";
# Using the revision obtained in submodule inside flashinfer's `3rdparty`.
rev = "df8a550d3917b0e97f416b2ed8c2d786f7f686a3";
tag = "v${version}";
hash = "sha256-d4czDoEv0Focf1bJHOVGX4BDS/h5O7RPoM/RrujhgFQ=";
};
@@ -38,7 +38,7 @@ buildPythonPackage {
owner = "flashinfer-ai";
repo = "flashinfer";
tag = "v${version}";
hash = "sha256-YrYfatkI9DQkFEEGiF8CK/bTafaNga4Ufyt+882C0bQ=";
hash = "sha256-M0q6d+EpuTehbw68AQ73Fhwmw2tzjymYjSXaol9QC7Y=";
};
build-system = [ setuptools ];