python3Packages.flashinfer: 0.2.5 -> 0.2.9

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
flashinfer
+3 -3
pkgs/development/python-modules/flashinfer/default.nix
···
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=";
};
···
owner = "flashinfer-ai";
repo = "flashinfer";
tag = "v${version}";
-
hash = "sha256-YrYfatkI9DQkFEEGiF8CK/bTafaNga4Ufyt+882C0bQ=";
+
hash = "sha256-M0q6d+EpuTehbw68AQ73Fhwmw2tzjymYjSXaol9QC7Y=";
};
build-system = [ setuptools ];